bytevec 0.2.0

A Rust serialization library that uses byte vectors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Fernando Ulloa <fjulloap23@gmail.com>"]
description = "A Rust serialization library that uses byte vectors"
documentation = "http://fero23.github.io/doc/bytevec/"
keywords = ["serialization", "deserialization", "byte", "vector", "binary"]
license = "Apache-2.0/MIT"
name = "bytevec"
readme = "README.md"
repository = "https://github.com/fero23/bytevec"
version = "0.2.0"