Skip to main content

memrec_common/types/
mod.rs

1mod memory;
2mod project;
3mod config;
4
5pub use memory::{Memory, MemoryType};
6pub use project::{Project, ProjectConfig};
7pub use config::{MemoryConfig, ImportanceConfig, ServerConfig};