Expand description
Helper functions for copying buffers.
This utility provides an implementation of the standard Rust
slice::copy_from_slice() method that cannot panic. This method is
provided through the CopyOrErr trait.
This functionality is currently provided for the following types:
u8u16u32u64usize
Traitsยง
- Copy
OrErr - Interface for copying buffers that cannot panic.