huskarl-google-cloud 0.4.0

Google Cloud support for huskarl (OAuth2 client) ecosystem.
Documentation
1
2
3
4
5
6
7
//! Google Cloud KMS crypto integrations.

pub mod asymmetric;
pub mod symmetric;
pub mod version;

pub use version::VersionStrategy;