7 unstable releases

0.4.0 Jun 19, 2023
0.3.0 Jun 24, 2018
0.2.0 Jun 24, 2018
0.1.3 Jun 23, 2018

#338 in Science

Download history 325/week @ 2024-03-13 597/week @ 2024-03-20 645/week @ 2024-03-27 1370/week @ 2024-04-03 289/week @ 2024-04-10 681/week @ 2024-04-17 315/week @ 2024-04-24 664/week @ 2024-05-01 627/week @ 2024-05-08 493/week @ 2024-05-15 395/week @ 2024-05-22 991/week @ 2024-05-29 1141/week @ 2024-06-05 1120/week @ 2024-06-12 682/week @ 2024-06-19 1023/week @ 2024-06-26

3,996 downloads per month
Used in 6 crates (5 directly)

GPL-3.0 license

58KB
614 lines

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 ubuntu-distro-info, then:

ubuntu-distro-info --help

Changelog Generation

Note that the clog-cli at https://github.com/OddBloke/clog-cli should be used for generating changelogs, pending acceptance of some changes upstream.


lib.rs:

Parse Debian and Ubuntu distro-info-data files and provide them as easy-to-consume Rust data structures.

Use UbuntuDistroInfo to access the Ubuntu data. (The Debian implementation has yet to happen.)

Dependencies

~3MB
~40K SLoC