0.29.0 |
|
---|---|
0.27.0 |
|
0.24.0 |
|
0.17.0 |
|
0.9.0 |
|
#5 in #kits
42 downloads per month
54KB
991 lines
Dia Kit
- Version:
0.29.0
(July 10th, 2019)- This project follows Semantic Versioning 2.0.0
- License: Nice License 1.0.0
- Repository: https://bitbucket.org/haibison/dia-kit
- Crate: https://crates.io/crates/dia-kit
- Documentation: https://docs.rs/dia-kit
lib.rs
:
Dia Kit
Project
- Repository: https://bitbucket.org/haibison/dia-kit
- License: Nice License 1.0.0 (see LICENSE file at root directory of
master
branch) - This project follows Semantic Versioning 2.0.0
What is this?
This project contains some kits. They are not worth as independent crates, but important enough to have their own version and release date.
All kits follow Semantic Versioning 2.0.0.
Usage
The project is intended to be used as a program. So default features just contain some identifiers and documentation.
-
Installing the program via Cargo:
~> cargo install dia-kit --version=x.y.z --features=bin
-
Or building from source:
~> # Clone a specific version via tag name ~> git clone --branch=x.y.z --depth=1 -- https://bitbucket.org/haibison/dia-kit dia-kit-x.y.z/ ~> cd dia-kit-x.y.z/ ~> cargo build --release --features=bin
Then you can run help
command to get help message:
~> dia-kit help
Dependencies
~81KB