dcdb 0.1.2

Data Contract DB.
Documentation
1
2
3
4
5
use dcdb;

fn main() {
    dcdb::hello_world("William");
}