[package]
edition = "2024"
name = "fountain_engine"
version = "1.3.0"
authors = ["Shenghao Yang"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core algorithms for fountain code encoding and decoding"
documentation = "https://shhyang.github.io/fountain_docs/"
readme = "README.md"
keywords = [
"fountain-code",
"erasure-coding",
"rateless",
"LT-code",
]
categories = [
"algorithms",
"encoding",
"network-programming",
]
license = "AGPL-3.0-only"
repository = "https://github.com/shhyang/fountain_engine"
[lib]
name = "fountain_engine"
path = "src/lib.rs"
[dependencies]