dcc-template-bin

Crates.iodcc-template-bin
lib.rsdcc-template-bin
version0.1.1
sourcesrc
created_at2019-11-02 09:29:11.265553
updated_at2019-11-02 09:45:38.502081
descriptionA template for creating Rust binary applications.
homepage
repositoryhttps://github.com/dcchut/dcc-template-bin
max_upload_size
id177508
size14,668
Robert Usher (dcchut)

documentation

README

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

Commit count: 8

cargo fmt