11 个不稳定版本 (4 个破坏性更新)
0.5.0 | 2024年5月7日 |
---|---|
0.4.0 | 2023年10月15日 |
0.3.2 | 2023年2月22日 |
0.3.1 | 2022年8月25日 |
0.1.1 | 2021年11月28日 |
#2044 in Web 编程
137,762 每月下载量
用于 47 个 Crates (4 个直接使用)
6KB
94 行
google-cloud-metadata
Google Cloud Platform GCE 检查库。
安装
[dependencies]
google-cloud-metadata = <version>
使用
use google_cloud_metadata::*;
#[tokio::test]
async fn test_on_gce() {
// true: server is running on the GCP such as GCE and GKE.
let result = on_gce().await;
assert_eq!(true, result);
}
依赖项
~6–17MB
~242K SLoC