Fork of https://git.sr.ht/~tdeo/serde_bare with minor changes.
Go to file
Olivier 'reivilibre' 71c67d9472 Make Uint derive Hash 2021-01-04 10:50:40 +00:00
benches go-reference: Run goimports 2020-07-17 15:32:16 -06:00
src Make Uint derive Hash 2021-01-04 10:50:40 +00:00
.gitignore Initial commit 2020-06-20 00:59:22 -06:00
Cargo.toml Make Uint derive Hash 2021-01-04 10:50:40 +00:00
LICENSE-APACHE Initial commit 2020-06-20 00:59:22 -06:00
LICENSE-MIT Initial commit 2020-06-20 00:59:22 -06:00
Makefile Makefile: add bench-all to .PHONY 2020-07-17 15:32:44 -06:00
README Add Criterion benchmarks 2020-07-17 15:31:50 -06:00

README

serde_bare

An implementation of the BARE (https://git.sr.ht/~sircmpwn/bare) encoding format draft.

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

To run benchmarks on your system:

    make bench

Or to run the reference Go benchmarks as well:

    make bench-all

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.