irid-std 0.3.0

A replacement for std when running without a filesystem on the irid kernel
Documentation
1
2
3
4
5
mod semaphore;
mod notify;

pub use semaphore::SemaphoreFile;
pub use notify::NotifyFile;