[package] name = "frame" version = "0.0.0" license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/frame" documentation = "https://docs.rs/frame" description = "Convert between streams of bytes and streams of structs." keywords = ["frame", "framing", "codec", "stream", "bytes"] categories = ["asynchronous", "encoding", "parser-implementations", "parsing"] authors = ["Yoshua Wuyts "] readme = "README.md" edition = "2018" [dependencies] failure = "0.1.5" [dev-dependencies]