os-release-rs

Rust wrapper for /etc/os-release file.

Installation

Add this to your Cargo.toml:

toml [dependencies] os-release-rs = "0.1.0"

Usage

```rust use osreleasers::OsRelease;

fn main() { let osrelease = OsRelease::new().unwrap(); println!("I use {} btw!", osrelease.name); } ```

License

This crate is under the GNU General Public License v3.0.

See LICENSE for more information.

Contributing

Open an issue or pull request to add or improve a feature.

Used in