#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

#33 in #compute

Download history 3753/week @ 2024-01-05 4751/week @ 2024-01-12 5533/week @ 2024-01-19 4883/week @ 2024-01-26 4895/week @ 2024-02-02 4869/week @ 2024-02-09 5792/week @ 2024-02-16 5571/week @ 2024-02-23 5797/week @ 2024-03-01 6286/week @ 2024-03-08 5788/week @ 2024-03-15 6163/week @ 2024-03-22 6020/week @ 2024-03-29 5531/week @ 2024-04-05 6405/week @ 2024-04-12 5610/week @ 2024-04-19

24,620 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–15MB
~180K SLoC