test-assembler 0.1.3

A set of types for building complex binary streams.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "test-assembler"
description = "A set of types for building complex binary streams."
version = "0.1.3"
authors = ["Ted Mielczarek <ted@mielczarek.org>"]
license = "MIT"
documentation = "http://luser.github.io/rust-project-docs/test-assembler/test_assembler/"
homepage = "https://github.com/luser/rust-test-assembler"
repository = "https://github.com/luser/rust-test-assembler"
exclude = [
    "scripts/*",
]

[dependencies]
byteorder = "0.5.0"