whatsys 0.3.1

Determine the kernel version
Documentation
1
2
3
4
5
6
/// **Unsupported** on this operating system.
///
/// Returns `None`.
pub fn kernel_version() -> Option<String> {
    None
}