lib-nested/lib-nested-core/src/lib.rs

8 lines
156 B
Rust

pub mod utils;
pub mod editors;
pub mod tree;
pub mod type_system;
pub fn magic_header() {
eprintln!("<<<<>>>><<>><><<>><<<*>>><<>><><<>><<<<>>>>");
}