packs 0.1.0

A PackStream implementation written in Rust
Documentation
[dependencies.byteorder]
version = "^1.3.4"

[dependencies.packs-proc]
optional = true
version = "0.1.0"

[dependencies.thiserror]
version = "^1.0.20"

[features]
default = ["std_structs"]
derive = ["packs-proc"]
std_structs = ["derive"]

[package]
authors = ["Philipp Pfeiffer <pfiff@posteo.de>"]
description = "A PackStream implementation written in Rust"
edition = "2018"
homepage = "https://github.com/aphorisme/packs-rs"
keywords = ["bolt", "packing", "serialization", "packstream", "neo4j"]
license-file = "LICENSE"
name = "packs"
repository = "https://github.com/aphorisme/packs-rs"
version = "0.1.0"