irid-std 0.3.1

A replacement for std when running without a filesystem on the irid kernel
Documentation
1
2
3
4
5
6
7
8
9
10
pub use core::sync::atomic;
pub use alloc::sync::{Arc, Weak};

mod mutex;
mod rwlock;
mod lazy;

pub use mutex::*;
pub use rwlock::*;
pub use lazy::LazyLock;