Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nrc/owned-buf

An owned buffer type for reading into possibly uninitialized memory
https://github.com/nrc/owned-buf

Last synced: about 2 months ago
JSON representation

An owned buffer type for reading into possibly uninitialized memory

Awesome Lists containing this project

README

        

# owned-buf

An owned buffer type for reading into possibly uninitialized memory. An owned equivalent of
[`BorrowedBuf`](https://doc.rust-lang.org/nightly/std/io/struct.BorrowedBuf.html).