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