mirror of
https://git.proxmox.com/git/proxmox
synced 2025-12-25 04:50:54 +00:00
- proxmox_io::boxed::uninitialized(len) -> Box<[u8]> same as vec::uninitialized, but as a box - proxmox_io::boxed::zeroed(len) -> Box<[u8]> same as vec::zeroed, but as a box Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
|---|---|---|
| .. | ||
| vec | ||
| boxed.rs | ||
| byte_buffer.rs | ||
| lib.rs | ||
| read.rs | ||
| sparse_copy.rs | ||
| std_channel_writer.rs | ||
| write.rs | ||