dcdb 0.1.2

Data Contract DB.
Documentation
1
2
3
pub fn hello_world(name: &str) {
    println!("Hello {name} from Rust!")
}