Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oddbloke/distro-info-rs
Rust library to parse Debian/Ubuntu distro-info-data
https://github.com/oddbloke/distro-info-rs
Last synced: 25 days ago
JSON representation
Rust library to parse Debian/Ubuntu distro-info-data
- Host: GitHub
- URL: https://github.com/oddbloke/distro-info-rs
- Owner: OddBloke
- License: gpl-3.0
- Created: 2018-06-22T02:06:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T18:45:13.000Z (over 1 year ago)
- Last Synced: 2024-11-07T03:18:37.614Z (about 2 months ago)
- Language: Rust
- Size: 144 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# distro-info-rs
A Rust library to parse Debian/Ubuntu distro-info-data, aiming to
replicate the functionality of the C implementation in the distro-info
package in Debian/Ubuntu.## Installation
With a working installation of `cargo`, run `cargo install
distro-info-binaries`, then:```
ubuntu-distro-info --help
```or
```
debian-distro-info --help
```