proxmox/proxmox-io
Wolfgang Bumiller 2610208794 io: add boxed module for boxed bytes like vec::zeroed...
- 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>
2022-12-12 11:00:22 +01:00
..
debian update d/control files 2022-12-07 09:48:38 +01:00
src io: add boxed module for boxed bytes like vec::zeroed... 2022-12-12 11:00:22 +01:00
Cargo.toml inherit shared, external dependencies 2022-12-07 09:48:38 +01:00