0.29.0 Jul 9, 2019
0.27.0 Jun 2, 2019
0.24.0 Mar 28, 2019
0.17.0 Dec 24, 2018
0.9.0 Jul 27, 2018

#5 in #dia

Download history 23/week @ 2024-02-16 29/week @ 2024-02-23

52 downloads per month

Custom license and maybe LGPL-3.0-or-later

54KB
991 lines

Dia Kit




lib.rs:

Dia Kit

Project


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

~78KB