gecko-dev/third_party/rust/whatsys
Jan-Erik Rediger e9bbd20895 Bug 1698518 - Upgrade Glean to get new time API. r=chutten
This also includes an upgrade of glean_parser to v2.5.0
This was done using the following command:

    ./mach vendor python glean_parser==2.5.0

Differential Revision: https://phabricator.services.mozilla.com/D108448
2021-03-18 11:21:27 +00:00
..
c Bug 1698518 - Upgrade Glean to get new time API. r=chutten 2021-03-18 11:21:27 +00:00
examples Bug 1698518 - Upgrade Glean to get new time API. r=chutten 2021-03-18 11:21:27 +00:00
src Bug 1698518 - Upgrade Glean to get new time API. r=chutten 2021-03-18 11:21:27 +00:00
.cargo-checksum.json Bug 1698518 - Upgrade Glean to get new time API. r=chutten 2021-03-18 11:21:27 +00:00
Cargo.lock Bug 1698518 - Upgrade Glean to get new time API. r=chutten 2021-03-18 11:21:27 +00:00
Cargo.toml Bug 1698518 - Upgrade Glean to get new time API. r=chutten 2021-03-18 11:21:27 +00:00
LICENSE Bug 1698518 - Upgrade Glean to get new time API. r=chutten 2021-03-18 11:21:27 +00:00
README.md Bug 1698518 - Upgrade Glean to get new time API. r=chutten 2021-03-18 11:21:27 +00:00
build.rs Bug 1698518 - Upgrade Glean to get new time API. r=chutten 2021-03-18 11:21:27 +00:00

README.md

whatsys -- What's this?

Crates.io version docs.rs docs License: MIT Build Status

What kernel version is running?

Example

let kernel = whatsys::kernel_version(); // E.g. Some("20.3.0")

Supported operating systems

We support the following operating systems:

  • Windows
  • macOS
  • Linux
  • Android

License

MIT. See LICENSE.

Based on: