packing_codegen 0.1.0

Code generation for the packing crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# packing_codegen

[![Crate](https://img.shields.io/crates/v/packing_codegen.svg)](https://crates.io/crates/packing_codegen)
[![Documentation](https://docs.rs/packing_codegen/badge.svg)](https://docs.rs/packing_codegen)

Code generation for the [`packing` crate](https://crates.io/crates/packing). See that crate for description and examples.

## License

Free and open source software distributed under the terms of both the [MIT License][lm] and the [Apache License 2.0][la].

[lm]: LICENSE-MIT
[la]: LICENSE-APACHE