os-identifier 0.4.0

Resolve product / release names of operating systems used by endoflife.date into canonical names.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod debian;
pub(crate) use debian::DebianParser;

mod oracle;
pub(crate) use oracle::OracleLinuxParser;

mod rhel;
pub(crate) use rhel::RedHatEnterpriseLinuxParser;

mod ubuntu;
pub(crate) use ubuntu::UbuntuParser;