Module lebe::io::bytes

source · []
Expand description

Reinterpret values as byte slices and byte slices as values unsafely.

Functions

Read a slice of bytes into the specified slice.

Read a slice of bytes into the specified reference.

View this slice of values as a slice of bytes.

View this slice of values as a mutable slice of bytes.

View this reference as a slice of bytes.

View this reference as a mutable slice of bytes.

View this slice as a mutable slice of bytes and write it.

View this reference as a mutable slice of bytes and write it.