dcc-template-lib

Crates.iodcc-template-lib
lib.rsdcc-template-lib
version0.1.0
sourcesrc
created_at2019-11-02 09:50:38.17019
updated_at2019-11-02 09:50:38.17019
descriptionA template for creating Rust library applications.
homepage
repositoryhttps://github.com/dcchut/dcc-template-lib
max_upload_size
id177513
size14,088
Robert Usher (dcchut)

documentation

README

dcc-template-lib

dcc-template-lib is a template for creating Rust library applications.


Installation

Add this to your Cargo.toml:

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

Basic Usage

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

License

Licensed under either of

Commit count: 8

cargo fmt