Skip to content

Commit

Permalink
chore: export errors and trait (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
pevers committed Mar 17, 2024
1 parent f06bd55 commit 6af645e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nosleep/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
//! # }
//! ```

pub use nosleep_types::{NoSleepError, NoSleepTrait};

#[cfg(target_os = "macos")]
pub use nosleep_mac_sys::*;

Expand Down

0 comments on commit 6af645e

Please sign in to comment.