rust_lib_starter_sample 0.0.1

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

## How to use

Specify dependency in your project's Cargo.toml.

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

If you try beta release:

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