Crates.io | owned-buf |
lib.rs | owned-buf |
version | 0.3.0 |
source | src |
created_at | 2022-11-02 14:07:12.287922 |
updated_at | 2023-03-02 23:10:32.345982 |
description | An owned buffer type for reading into possibly uninitialized memory |
homepage | |
repository | https://github.com/nrc/owned-buf |
max_upload_size | |
id | 703504 |
size | 35,146 |
An owned buffer type for reading into possibly uninitialized memory. An owned equivalent of
BorrowedBuf
.