#template #applications

dcc-template-lib

A template for creating Rust library applications

1 unstable release

0.1.0 Nov 2, 2019

#471 in Template engine

MIT/Apache

6KB

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

No runtime deps