[package] name = "bin_io" version = "0.2.0" authors = ["Davide Mor "] edition = "2018" description = "Framework for reading and writing to binary files" license = "MIT" keywords = ["encoding", "decoding", "serialization", "deserializaton", "binary"] repository = "https://github.com/Tazdevil971/bin_io" documentation = "https://docs.rs/bin_io" readme = "README.md" [dependencies] byteorder = "1.3" quick-error = "1.2"