fountain_engine 1.2.0

Core algorithms for fountain code encoding and decoding
Documentation
1
2
3
4
5
6
7
8
9
// 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 solver;
pub mod precode;

//pub use solver::*;
pub use precode::*;