gcemeta 0.1.4

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

This library provides access to GCE metadata service.

Example

use gcemeta::*;

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