Skip to main content

Crate fountain_utility

Crate fountain_utility 

Source
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 the DataOperator trait.