|
4 months ago | |
---|---|---|
crates | 4 months ago | |
docs | 5 months ago | |
.gitignore | 5 months ago | |
Cargo.lock | 4 months ago | |
Cargo.nix | 4 months ago | |
Cargo.toml | 5 months ago | |
LICENSE.txt | 5 months ago | |
README.md | 5 months ago | |
flake.lock | 5 months ago | |
flake.nix | 5 months ago |
This tries to integrate several concepts I encountered over the last few years.
scroll
are a bit awkward to use,
and integrating properly with the bytes
crate might make
it possible to omit a few copies, but although bytes
at
first glance is easier to use, implementing zero-copy
schemes using it, and when interacting with file I/O
makes it complicated again. So, figure out how to improve that.