cuddle-templates/cuddle-rust-lib/crates/%%name%%/src/lib.rs
kjuulh 7688d45cc1
feat: add cuddle lib
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-01 21:50:26 +02:00

6 lines
99 B
Rust

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