cuddle-templates/rust-lib/crates/%%name%%/src/lib.rs
kjuulh 916f35aa2c
feat: add rust lib
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-10-22 13:02:55 +02:00

6 lines
99 B
Rust

pub mod something {
pub fn something() -> String {
"hello, world!".to_string()
}
}