fountain_codes 0.2.0

Fountain codes implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "fountain_codes"
version = "0.2.0"
authors = ["Gregor Peach <gregorpeach@gmail.com>"]
license = "MIT"
description = "Fountain codes implemented in Rust"

repository = "https://github.com/Others/fountain_codes"
keywords = ["encoding", "code", "erasure", "fountain"]

[dependencies]
rand = "0.3"
byteorder = "1"

[profile.release]
debug = true