This library provides access to GCE metadata service.
```rust use gcemeta::*;
println!("ongce = {:?}", ongce()); println!("projectid = {:?}", projectid()); ```
Licensed under either of Apache License, Version 2.0 or MIT license at your option.