Search results

There are no results.

std.bytes

Types for working with bytes.

Methods

check_slice_range

Traits

Bytes

A type that is a contiguous sequence of bytes.

IntoByteArray

A type which can be moved into a ByteArray.

ToByteArray

A type from which a new ByteArray can be created.

Types

ByteArray

An array of bytes.

Iter

An iterator over the bytes in a Bytes type.

Slice

A immutable slice of bytes.