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
mod windows_10;
pub(crate) use windows_10::Windows10Parser;

mod windows_11;
pub(crate) use windows_11::Windows11Parser;

mod windows_server_2019ff;
pub(crate) use windows_server_2019ff::WindowsServer2019ffParser;