stanislav-tkach / os_info

Rust library to detect the operating system type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no_std support

stanislav-tkach opened this issue · comments

This library can technically support the no_std feature, but this probably limits its functionality to only obtaining OS type that can be done with the cfg(target_os) feature.

Closing for now.