fountaincode 0.0.3

Implementation of the Luby Transform Code in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "fountaincode"
version = "0.0.3"
authors = ["Christoph Doblander <chris@degree.at>"]

description = "Implementation of the Luby Transform Code in Rust"
homepage = "https://github.com/chrido/fountain"
repository = "https://github.com/chrido/fountain.git"
license = "MIT"
keywords = ["FEC", "forward error correction", "fountain code"]

[dependencies]
rand = "0.3.11"