commty 0.1.2

`commty` is a Rust library providing common types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[![Latest version](https://img.shields.io/crates/v/commty.svg)](https://crates.io/crates/commty)
[![Documentation](https://docs.rs/commty/badge.svg)](https://docs.rs/commty)
![Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)
![Downloads](https://img.shields.io/crates/d/commty)

# `commty`

`commty` is a Rust library providing common types.

## Getting Started

To use Commty in your project, add it as a dependency in your `Cargo.toml`:

```toml
[dependencies]
commty = "0.1.0"