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