Skip to content

Commit 95e1723

Browse files
committed
Add a minimal README.md explaining the design rationale.
1 parent e8e2f58 commit 95e1723

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# serde-mincode
2+
3+
[![crates.io](https://img.shields.io/crates/v/serde-mincode.svg)](https://crates.io/crates/serde-mincode)
4+
[![docs.rs](https://docs.rs/serde-mincode/badge.svg)](https://docs.rs/serde-mincode)
5+
[![github.com](https://github.com/adamreichold/serde-mincode/actions/workflows/rust.yml/badge.svg)](https://github.com/adamreichold/serde-mincode/actions/workflows/rust.yml)
6+
7+
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.
8+
9+
## License
10+
11+
Licensed under
12+
13+
* [Apache License, Version 2.0](LICENSE-APACHE) or
14+
* [MIT license](LICENSE-MIT)
15+
16+
at your option.
17+
18+
### Contribution
19+
20+
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.

0 commit comments

Comments
 (0)