#metadata #google-cloud #cloud #google #compute #engine #api-bindings

gcemeta

This library provides access to Google Compute Engine metadata service

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

#38 in #compute

Download history 4773/week @ 2023-12-07 4663/week @ 2023-12-14 3254/week @ 2023-12-21 2672/week @ 2023-12-28 3805/week @ 2024-01-04 4599/week @ 2024-01-11 5340/week @ 2024-01-18 4958/week @ 2024-01-25 4860/week @ 2024-02-01 4976/week @ 2024-02-08 5526/week @ 2024-02-15 5838/week @ 2024-02-22 5420/week @ 2024-02-29 6474/week @ 2024-03-07 5887/week @ 2024-03-14 5018/week @ 2024-03-21

23,825 downloads per month
Used in 19 crates (3 directly)

MIT/Apache

17KB
337 lines

gcemeta

ci pub Rust Documentation Latest Version

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–16MB
~185K SLoC