Expand description
Fountain Utility Library
This library provides operation counting and reporting tools for fountain codes. It includes operation counting and text-based reporting capabilities to help evaluate and analyze fountain code implementations.
Re-exports§
pub use code_testing::*;pub use io_data_operator::*;pub use operation_counter::*;pub use padding_codec::*;pub use real_symbol_benchmark::*;pub use testing_statistics::*;pub use vec_data_operater::*;
Modules§
- code_
testing - Testing utilities for fountain codes
- io_
data_ operator - I/O Data Operator
- operation_
counter - Operation counting and analysis for fountain code performance evaluation
- padding_
codec - Generic padding-aware encoder and decoder wrappers.
- real_
symbol_ benchmark - Real-symbol encode/decode benchmarks with on-the-fly and deferred operator execution.
- testing_
statistics - Statistical analysis for fountain code test results
- vec_
data_ operater - In-memory data operator storing vectors in
Vec<Vec<u8>>; implements theDataOperatortrait.