fountain_codes 0.2.1

Fountain codes implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
byteorder = "1"
rand = "0.3"

[package]
authors = ["Gregor Peach <gregorpeach@gmail.com>"]
description = "Fountain codes implemented in Rust"
keywords = ["encoding", "code", "erasure", "fountain"]
license = "MIT"
name = "fountain_codes"
repository = "https://github.com/Others/fountain_codes"
version = "0.2.1"

[profile.release]
debug = true