fourleaf 0.1.0

A simple, tag-based binary serialisation format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "fourleaf"
version = "0.1.0"
authors = ["Jason Lingle"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/AltSysrq/fourleaf"
documentation = "https://docs.rs/fourleaf"
keywords = ["serialization", "serialize", "encode", "binary"]

description = """
A simple, tag-based binary serialisation format.
"""

[dependencies]
quick-error = "1.1.0"