gcemeta

ci Rust Documentation Latest Version

This library provides access to GCE metadata service.

Example

```rust use gcemeta::*;

println!("ongce = {:?}", ongce()); println!("projectid = {:?}", projectid()); ```

License

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