rust_lib_starter_sample 0.0.2

Library sample.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Rust library starter

## How to use

Specify dependency in your project's Cargo.toml.

<!-- replace start -->
    [dependencies]
    rust_lib_starter_sample = "0.0.2"
<!-- replace end -->

[Crate page](https://crates.io/crates/rust_lib_starter_sample)

[GitHub](https://github.com/ruimo/rust_lib_starter_sample)