9 lines
204 B
Rust
9 lines
204 B
Rust
pub mod data;
|
|
pub mod ids;
|
|
mod paths;
|
|
|
|
pub use crate::paths::Paths;
|
|
|
|
pub const PROPER_NAME: &str = "GedächtNAS";
|
|
pub const TECHNICAL_NAME: &str = "gedaechtnas";
|
|
pub const ABBREVIATED_NAME: &str = "gdn";
|