proxmox/proxmox-io/src
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
..
vec io: deny unsafe_op_in_unsafe_fn 2022-12-12 11:00:22 +01:00
boxed.rs io: add boxed module for boxed bytes like vec::zeroed... 2022-12-12 11:00:22 +01:00
byte_buffer.rs clippy fixes 2022-10-11 09:48:04 +02:00
lib.rs io: add boxed module for boxed bytes like vec::zeroed... 2022-12-12 11:00:22 +01:00
read.rs io: deny unsafe_op_in_unsafe_fn 2022-12-12 11:00:22 +01:00
sparse_copy.rs clippy fixes 2022-10-11 09:48:04 +02:00
std_channel_writer.rs io: formatting 2021-12-07 11:51:15 +01:00
write.rs io: deny unsafe_op_in_unsafe_fn 2022-12-12 11:00:22 +01:00