[][src]Crate dia_kit

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

Modules

version_info

0.25.0 (April 7th, 2019)

Constants

CODE_NAME

Crate code name

NAME

Crate name

RELEASE_DATE

Crate release date (year/month/day)

TAG

Tag, which can be used for logging...

UUID

Unique universally identifier of this crate. Its CRC-32 is 4a2ee1bc.

VERSION

Crate version