-
- Downloads
cleanup and documentation (!45)
> **Note** > this MR is best reviewed commit by commit, it's hopefully clear enough. > **Note** > waiting for !47 to land ## changelog - add missing format to the `KomodoError`s - rename `fec::Shard::bytes` to `fec::Shard::data` because these are no _bytes_ - rename the `blocks: Vec<Shard<E>>` argument of `fec::decode` to `shards` - refactor the tests of `fec` and `lib.rs` - remove the `batch_verify` function entirely as it's pretty useless - simplify the `linalg::Matrix::random` function - add tests for the function in the `setup` module - add documentation where it was missing
Showing
- benches/recoding.rs 1 addition, 1 deletionbenches/recoding.rs
- src/error.rs 2 additions, 2 deletionssrc/error.rs
- src/fec.rs 65 additions, 34 deletionssrc/fec.rs
- src/field.rs 1 addition, 0 deletionssrc/field.rs
- src/fs.rs 20 additions, 7 deletionssrc/fs.rs
- src/lib.rs 83 additions, 160 deletionssrc/lib.rs
- src/linalg.rs 112 additions, 16 deletionssrc/linalg.rs
- src/setup.rs 58 additions, 0 deletionssrc/setup.rs
Loading
Please register or sign in to comment