feat: add path module

This commit is contained in:
Jonas Kruckenberg 2022-11-15 18:06:28 +01:00
parent 93ae51d297
commit bf2809393a
5 changed files with 744 additions and 4 deletions

View file

@ -20,6 +20,8 @@ pub mod window;
pub mod notification;
#[cfg(feature = "os")]
pub mod os;
#[cfg(feature = "path")]
pub mod path;
#[derive(Debug, thiserror::Error)]
pub enum Error {