Module luther::spanned [] [src]

Defines iterators and other utilities for working with Span<T>.

Structs

SpannedStrIter

An iterator over the spanned char's of an str

SpannedUtf8Iter

An iterator that converts bytes to spanned utf8 chars.

Enums

Never

A failure that cannot occur.

Traits

StrExt

Extention trait for str to provide the spanned_chars method.

Utf8SpannedChars

Extention trait for a reader to allow it to prodcue a spanned chars iterator.