fountain_engine 1.3.2

Core algorithms for fountain code encoding and decoding
Documentation
1
2
3
4
5
6
7
8
// Copyright (c) 2025 Shenghao Yang. All rights reserved.
// Licensed under AGPL-3.0 or commercial license. See LICENSE for details.

pub mod bp;
pub mod precode;
pub mod solver;

pub use precode::*;