This commit is contained in:
Robin Müller 2022-06-11 12:37:54 +02:00
parent 9119357b7e
commit 6bc87746c6
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -3,7 +3,7 @@
//! This includes components to perform the following tasks
//!
//! 1. Object Management with the [objects] module
//! 2. Task schedule with the [executable] module
//! 2. Task scheduling with the [executable] module
//! 3. Events with the [events] module and event management with the [event_man] module
//! 4. Pre-Allocated memory pools with the [pool] module
pub mod event_man;