yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
217 stars 81 forks source link

Initial implementation of GCP KMS #262

Closed AmeliasCode closed 2 months ago

AmeliasCode commented 2 months ago

This is an initial implementation of support for KMS.

The KMS API is very broad, however, so for now I've limited the implementation to a small set of operations. This should make it easier to review and accelerate the ability for people to start benefiting from the change.

Closes https://github.com/yoshidan/google-cloud-rust/issues/261

yoshidan commented 2 months ago

Thanks!