1 2 3 4 5 6 7 8
#![crate_name = "squaredb_fm"] #![crate_type = "lib"] pub mod fm; pub mod disk; pub mod table; pub mod res; pub mod record;