# serde-mincode
[](https://crates.io/crates/serde-mincode)
[](https://docs.rs/serde-mincode)
[](https://github.com/adamreichold/serde-mincode/actions/workflows/rust.yml)
A minimal binary encoding of Serde-compatible types similar in spirit to the original [bincode](https://docs.rs/bincode/1.3.3/bincode/) yet with fewer options and without I/O integration.
## License
Licensed under
* [Apache License, Version 2.0](LICENSE-APACHE) or
* [MIT license](LICENSE-MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.