improved docs
This commit is contained in:
parent
64899939b4
commit
ac6b9fc99c
11
src/core.rs
11
src/core.rs
@ -1,10 +1,11 @@
|
|||||||
//! This module contains the core components of the Flight Software Rust Crate (FSRC) collection
|
//! # Core components of the Flight Software Rust Crate (FSRC) collection.
|
||||||
|
//!
|
||||||
//! This includes components to perform the following tasks
|
//! This includes components to perform the following tasks
|
||||||
//!
|
//!
|
||||||
//! 1. [Object Management][objects]
|
//! 1. Object Management with the [objects] module
|
||||||
//! 2. [Task Scheduling][executable]
|
//! 2. Task schedule with the [executable] module
|
||||||
//! 3. [Events][event] and [event management][event_man]
|
//! 3. Events with the [events] module and event management with the [event_man] module
|
||||||
//! 4. [Pre-Allocated memory pools][pool]
|
//! 4. Pre-Allocated memory pools with the [pool] module
|
||||||
pub mod event_man;
|
pub mod event_man;
|
||||||
pub mod events;
|
pub mod events;
|
||||||
pub mod executable;
|
pub mod executable;
|
||||||
|
Loading…
Reference in New Issue
Block a user