#metadata #google-cloud #google #cloud #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

#2391 in Web programming

Download history 5887/week @ 2024-03-14 6098/week @ 2024-03-21 5704/week @ 2024-03-28 5901/week @ 2024-04-04 6218/week @ 2024-04-11 6773/week @ 2024-04-18 7813/week @ 2024-04-25 7926/week @ 2024-05-02 6709/week @ 2024-05-09 8916/week @ 2024-05-16 7516/week @ 2024-05-23 8666/week @ 2024-05-30 8286/week @ 2024-06-06 8894/week @ 2024-06-13 8541/week @ 2024-06-20 5742/week @ 2024-06-27

32,724 downloads per month
Used in 23 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–18MB
~191K SLoC