Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
/ linuxver Public archive

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

License

Notifications You must be signed in to change notification settings

pwrdwnsys/linuxver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linuxver

2024-08-23: NOTICE - This project has been archived and no further updates will be made.

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages