#template #binary #applications

app dcc-template-bin

A template for creating Rust binary applications

2 releases

0.1.1 Nov 2, 2019
0.1.0 Nov 2, 2019

#829 in #template

MIT/Apache

6KB

dcc-template-bin

dcc-template-bin is a template for creating Rust binary applications.


Installation

Add this to your Cargo.toml:

[dependencies]
dcc-template-bin = "0.1"

Basic Usage

fn main() {
    println!("Hello world!");
}

License

Licensed under either of

No runtime deps