linuxver 0.1.0

Rust library to get the Linux kernel version as a parseable SemVer object
Documentation
  • Coverage
  • 33.33%
    1 out of 3 items documented0 out of 1 items with examples
  • Size
  • Source code size: 7.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 631.07 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 28s Average build duration of successful builds.
  • all releases: 28s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • pwrdwnsys/linuxver
    3 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pwrdwnsys

linuxver

Rust library to get the Linux kernel version as a parseable SemVer object.

crates.io docs.rs Build Status

linuxver is available on crates.io and can be included in your Cargo.toml as follows:

[dependencies]
linuxver = "0.1.0"

Documentation

Documentation can be found at the official documentation repository: https://docs.rs/linuxver

Example

An example of using this library can be found in the examples directory, which can be run as follows:

cargo run --example simple

Feedback and Enhancements

I welcome feedback and enhancements to this library. Please create a Github Issue or a Pull Request!

License

MIT