diff options
| -rw-r--r-- | src/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,2 +1,7 @@ +//! # PIC-OS +//! +//! Processor independent code for operating systems! +//! Provides common structures for synchronization, memory, etc. #![no_std] pub mod sync; +pub mod util; |
