stanislav-tkach / os_info

Rust library to detect the operating system type
MIT License
175 stars 52 forks source link

Add openEuler and OpenCloudOS support #328

Closed leavelet closed 1 year ago

leavelet commented 1 year ago

Add openEuler and OpenCloudOS support. I have tested them and it works well.

exincore commented 1 year ago

Hello! Since you seem to have the os-release files on-hand, could you add them into respective folders in src/linux/tests/ and create tests in src/linux/file_release.rs?

leavelet commented 1 year ago

Did I add these tests correctly?

exincore commented 1 year ago

The os-release tests look good to me!