gcemeta 0.1.1

This library provides access to Google Compute Engine metadata service.
Documentation
gcemeta-0.1.1 has been yanked.

gcemeta

ci Rust Documentation Latest Version

This library provides access to GCE metadata service.

Example

use gcemeta::*;

println!("on_gce = {:?}", on_gce());
println!("project_id = {:?}", project_id());

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.