[package] name = "bytepack" version = "0.4.1" authors = ["Charles Hubain <github@haxelion.eu>"] description = "bytepack offers a Read and Write trait extension generalized for any packed data type." categories = ["encoding", "parsing"] documentation = "https://docs.rs/bytepack" homepage = "https://github.com/haxelion/bytepack" repository = "https://github.com/haxelion/bytepack" license = "MIT" [badges] travis-ci = { repository = "haxelion/bytepack" } [dependencies] bytepack_derive = "0.2"