Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

byte_array_ext

Fully qualified path: alexandria_bytes::byte_array_ext

Traits

ByteArrayTraitExtExtension trait for reading and writing different data types to ByteArray

Impls

SpanU8IntoByteArrayImplementation for converting a Span to a ByteArray This conversion creates a new ByteArray by iterating through each byte…
ByteArrayIntoArrayU8Implementation for converting a ByteArray to an Array This conversion creates a new Array by iterating through each byte in the ByteArray and appending it to the array. This is useful when you need…
ByteArrayTraitExtImpl
ByteArrayAppenderImpl