feat: Encode should take Write and return ranges instead of returning Vecs
Open
breaking
enhancement
help wanted
- Dominant language
- Rust
- Stars
- 52
- Forks
- 25
- Avg merge
- 21h 53m
- Merged PRs (30d)
- 2
Description
Idea: The trait `Encode` takes a `Write` and use it for outputting the encoded bytes. The result type `Encoded` would contain ranges of the written bytes instead of the bytes.
Contributor guide
Assessment
This issue has not been assessed yet.