Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nrc/owned-buf
- Owner: nrc
- License: apache-2.0
- Created: 2022-11-02T14:05:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T04:40:40.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T11:36:51.765Z (2 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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).