The cursor/offset parameter across FastPFOR-rs should be replaced by Bytes::Buf from the bytes crate. The main reason for such change is because the Rust MLT decoder tracks the position internally (also uses Bytes::Buf) - we could jank something but it's not ideal.
The cursor/offset parameter across FastPFOR-rs should be replaced by
Bytes::Buffrom the bytes crate. The main reason for such change is because the Rust MLT decoder tracks the position internally (also usesBytes::Buf) - we could jank something but it's not ideal.