serde_dokechi 0.1.1

serde_dokechi is a serializer / deserializer library focus on only serialized binary size.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
serde_dokechi
=======

[![serde_dokechi at crates.io](https://img.shields.io/crates/v/serde_dokechi.svg)](https://crates.io/crates/serde_dokechi)
[![serde_dokechi at docs.rs](https://docs.rs/serde_dokechi/badge.svg)](https://docs.rs/serde_dokechi)
[![Build Status (master)](https://travis-ci.org/IgaguriMK/serde_dokechi.svg?branch=master)](https://travis-ci.org/IgaguriMK/serde_dokechi)

*Dokechi format* is binary data format that focus on only serialized binary size.
`serde_dokechi` is a serializer / deserializer of Dokechi format.

The minimum supprted Rust version is `1.40.0 (2019-12-19)`.

## License

`serde_dokechi` is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT).