serde-generate-bin 0.2.0

Tool to generate (de)serialization code in multiple languages
1
2
3
4
5
6
7
8
9
# serde-generate-bin

[![serde-generate-bin on crates.io](https://img.shields.io/crates/v/serde-generate-bin)](https://crates.io/crates/serde-generate-bin)
[![License](https://img.shields.io/badge/license-Apache-green.svg)](../LICENSE-APACHE)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](../LICENSE-MIT)

This crate provide a binary tool `serdegen` on top of the library [`serde-generate`](https://crates.io/crates/serde-generate).

See the documentation of the library for more details.