feat: add os module
This commit is contained in:
parent
45bd3650ea
commit
822910bb38
7 changed files with 164 additions and 3 deletions
|
@ -16,6 +16,8 @@ pub mod process;
|
|||
pub mod tauri;
|
||||
#[cfg(feature = "window")]
|
||||
pub mod window;
|
||||
#[cfg(feature = "os")]
|
||||
pub mod os;
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum Error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue