cberner / raptorq

Rust implementation of RaptorQ (RFC6330)
Apache License 2.0
264 stars 47 forks source link

Streaming API #126

Closed boormat closed 2 years ago

boormat commented 2 years ago

Has there been any plans to extend the API to work with blocks instead of passing the whole lot in a single [u8] on the Encoder side?

cberner commented 2 years ago

No, but you can use the SourceBlockEncoder which is a lower level API and it allows you to encode individual source blocks