binserde 0.1.4

A crate for serializing data structures into a binary format
Documentation
[package]
name = "binserde"
version = "0.1.4"
description = "A crate for serializing data structures into a binary format"
authors = ["2xsaiko <git@dblsaiko.net>"]
license = "MIT"
repository = "https://github.com/2xsaiko/mcrestool"
keywords = ["serialization", "binary"]
categories = ["encoding"]
readme = "README.md"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = "1.0"
byteorder = "1.0"
binserde_derive = { version = "=0.1.2", path = "binserde_derive" }