dcc-template-lib 0.1.0

A template for creating Rust library applications.
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 13.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 958.31 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • dcchut/dcc-template-lib
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dcchut

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