Crates.io | dcc-template-lib |
lib.rs | dcc-template-lib |
version | 0.1.0 |
source | src |
created_at | 2019-11-02 09:50:38.17019 |
updated_at | 2019-11-02 09:50:38.17019 |
description | A template for creating Rust library applications. |
homepage | |
repository | https://github.com/dcchut/dcc-template-lib |
max_upload_size | |
id | 177513 |
size | 14,088 |
dcc-template-lib is a template for creating Rust library applications.
Add this to your Cargo.toml
:
[dependencies]
dcc-template-lib = "0.1"
fn main() {
println!("Hello world!");
}
Licensed under either of