glean-core 70.0.0

A modern Telemetry library
Documentation
1
2
3
4
5
6
7
fn main() {
    uniffi::generate_scaffolding("./src/glean.udl").unwrap();
    #[cfg(feature = "mozbuild-rustlib")]
    if std::env::var_os("MOZ_TOPOBJDIR").is_some() {
        mozbuild::link_sqlite();
    }
}