📝 Updated utility mod documentation

This commit is contained in:
François Autin
2023-04-21 14:50:55 +02:00
parent 33cbe77175
commit ce4c7230f9
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,6 @@
//! This module contains data type definitions used in other parts the BurritOS
//! They are separated from the rest of the operating system so as to promote
//! reusability and to separate data constructs proper from state and actions.
pub mod list;
pub mod objaddr;
pub mod cfg;