From 052986797d04475490a07fb3846a04206b60fbb0 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 23 Aug 2022 21:29:06 -0700 Subject: *cargo fmt Some doc strings --- src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 1808de4..550b78f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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; -- cgit v1.2.1