pulumi/sdk
Pat Gavlin f9eec3300b [providers] Zero-copy []byte for GetSchema.
Instead of converting the `string` returned by gRPC to a `[]byte`
directly, use `unsafe` + `reflect` to avoid the copy. This is safe
because the string is not aliased.
2022-05-26 09:58:58 -07:00
..
dotnet Cleanup make ensure (#9598) 2022-05-16 16:47:04 -07:00
go [providers] Zero-copy []byte for GetSchema. 2022-05-26 09:58:58 -07:00
nodejs Update docstring for Cancel gRPC method (#9689) 2022-05-25 19:17:21 -06:00
proto Update docstring for Cancel gRPC method (#9689) 2022-05-25 19:17:21 -06:00
python Pin python protobuf to <4 (#9696) 2022-05-26 11:29:52 +01:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod Bump to github.com/gogo/protobuf@v1.3.2 (#9258) 2022-04-18 13:17:56 +03:00
go.sum Bump to github.com/gogo/protobuf@v1.3.2 (#9258) 2022-04-18 13:17:56 +03:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.