networkcoding 0.1.0

This is a generic network coding library. This library provides abstractions for window-based error correcting codes.
Documentation
1
2
3
4
# Rust network coding library
This is a generic network coding library. This library provides abstractions for
window-based error correcting codes. This currently works with Vandermonde Linear Codes (based on the [Tetrys FEC Scheme](https://www.rfc-editor.org/rfc/rfc9407.html)).
Other error correcting codes can be added in the future.