types/
lib.rs

1//! This crate contains all structs which are shared between crates in the feonix software.
2
3pub mod cv;
4pub mod db;
5pub mod glue;
6pub mod mailbox;