sparreal-kernel 0.1.6

Sparreal OS kernel
Documentation
1
2
3
4
5
mod rwlock;
mod spin;

pub use rwlock::{RwLock, RwLockReadGuard, RwLockWriteGuard};
pub use spin::{Spinlock, SpinlockGuard};