]> git.scottworley.com Git - tablify/blob - src/lib.rs
Separate library & executable
[tablify] / src / lib.rs
1 pub fn tablify(_input: &impl std::io::Read) -> String {
2 String::from("Hello, world!")
3 }