~tdeo/serde_bare

Add git repository to crate docs and fix links
Replace two-spaces-before-newlines with double newlines
Improve README and move benchmark docs to benches/

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tdeo/serde_bare
read/write
git@git.sr.ht:~tdeo/serde_bare

You can also use your local clone with git send-email.

#serde_bare

builds.sr.ht status

An implementation of the BARE encoding format draft for Rust using Serde.

BARE is a simple and easy to implement non-self-describing binary serialization format.

It has similarities with Bincode, but BARE is designed to be usable from programming languages other than Rust.

Mailing list: https://lists.sr.ht/~tdeo/serde_bare

Ticket tracker: https://todo.sr.ht/~tdeo/serde_bare

#Stability

Before version 1.0.0, minor version bumps (such as 0.1.0 to 0.2.0) may include changes to how data is serialized and deserialized. This may be due to changes in the BARE specification draft, or changes in the mapping between Serde's data model and BARE's.

After version 1.0.0, updates within a major version (such as 1.0.0 to 1.1.0) will not change how data is serialized and deserialized. Major version bumps (such as 1.0.0 to 2.0.0) may change the way data is serialized and deserialized.

There were no known changes to serialized and deserialized forms of types between versions 0.4.0 and 0.5.0.

#License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.