speedy-derive 0.8.7

A fast binary serialization framework, #[derive(Readable, Writable)] support
Documentation
[package]
name = "speedy-derive"
version = "0.8.7"
authors = ["Jan Bujak <j@exia.io>"]
repository = "https://github.com/koute/speedy"
homepage = "https://github.com/koute/speedy"
documentation = "https://docs.rs/speedy/*/speedy/"
license = "MIT/Apache-2.0"
keywords = ["serialization"]
categories = ["encoding"]
description = "A fast binary serialization framework, #[derive(Readable, Writable)] support"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0.2", features = ["parsing"] }
quote = "1"
proc-macro2 = "1"