binary_rw 0.0.2

A binary reader/writer library for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.bincode]
version = "1.0.1"

[package]
authors = ["Mathias Danielsen <mathiasda98@hotmail.com>"]
description = "A binary reader/writer library for rust"
edition = "2018"
keywords = ["binary", "reader", "writer"]
license = "MIT"
name = "binary_rw"
readme = "README.md"
repository = "https://github.com/mathias234/binary-rs"
version = "0.0.2"