gcemeta 0.1.0

This library provides access to Google Compute Engine metadata service.
Documentation

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.