8 releases
0.2.3 | May 21, 2022 |
---|---|
0.2.2 | Oct 2, 2021 |
0.2.1 | May 5, 2021 |
0.2.0 | Apr 24, 2021 |
0.1.0 | Mar 7, 2020 |
#173 in Web programming
5,361 downloads per month
Used in 14 crates
(3 directly)
16KB
337 lines
gcemeta
This library provides access to GCE metadata service.
Example
use gcemeta::Client;
let client = Client::new();
println!("on gce = {:?}", client.on_gce().await?);
println!("project id = {:?}", client.project_id().await?);
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Dependencies
~5–11MB
~179K SLoC