105 个稳定版本 (24 个主要版本)

61.0.0 2024 年 8 月 21 日
60.5.0 2024 年 8 月 6 日
60.4.0 2024 年 7 月 23 日
59.0.0 2024 年 3 月 28 日
0.0.0 2018 年 12 月 4 日

#117 in 调试

Download history 612/week @ 2024-04-30 528/week @ 2024-05-07 474/week @ 2024-05-14 563/week @ 2024-05-21 694/week @ 2024-05-28 316/week @ 2024-06-04 366/week @ 2024-06-11 420/week @ 2024-06-18 240/week @ 2024-06-25 487/week @ 2024-07-02 669/week @ 2024-07-09 559/week @ 2024-07-16 768/week @ 2024-07-23 532/week @ 2024-07-30 703/week @ 2024-08-06 261/week @ 2024-08-13

每月下载量 2,339

MPL-2.0 许可证

1MB
15K SLoC

Glean

Glean SDK 是一种用于遥测库的现代方法,也是 Glean 项目 的一部分。

glean

此库在 glean-core 之上提供了 Rust 语言绑定,针对 Rust 用户。

文档

所有文档均可在网上找到

示例

use glean::{ConfigurationBuilder, Error, metrics::*};

let cfg = ConfigurationBuilder::new(true, "/tmp/data", "org.mozilla.glean_core.example").build();
glean::initialize(cfg)?;

let prototype_ping = PingType::new("prototype", true, true, vec![]);

glean::register_ping_type(&prototype_ping);

prototype_ping.submit(None);

许可证

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/

依赖项

~6.5–9MB
~193K SLoC