~tdeo/serde_bare

b55653f1075c61ea3ff50bba811a87a6d030ac66 — Tadeo Kondrak 2 years ago c4c7989
Replace two-spaces-before-newlines with double newlines

Sourcehut's Markdown renderer doesn't seem to support the former.
1 files changed, 5 insertions(+), 3 deletions(-)

M README.md
M README.md => README.md +5 -3
@@ 4,13 4,15 @@

An implementation of the [BARE](https://baremessages.org) encoding format draft for Rust using [Serde](https://serde.rs).

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

It has similarities with [Bincode](https://github.com/bincode-org/bincode), but BARE is designed to be usable from programming languages other than Rust.

## Links

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

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

## Stability