sibil/types/src/lib.rs

10 lines
97 B
Rust

mod bool;
mod char;
mod value;
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}