[][src]Function sys_info::linux_os_release

pub fn linux_os_release() -> Result<LinuxOSReleaseInfo, Error>

Get the os release note of Linux

Information in /etc/os-release, such as name and version of distribution.

See LinuxOSReleaseInfo for more documentation.