kvarn_async::prelude::compact_str::core

Module slice

1.6.0 · source
Expand description

Slice management and manipulation.

For more details see std::slice.

Modules§

  • memchrExperimental
    Pure Rust memchr implementation, taken from rust-memchr

Structs§

  • An iterator over slice in (non-overlapping) chunks separated by a predicate.
  • An iterator over slice in (non-overlapping) mutable chunks separated by a predicate.
  • An iterator over a slice in (non-overlapping) chunks (chunk_size elements at a time), starting at the beginning of the slice.
  • An iterator over a slice in (non-overlapping) chunks (chunk_size elements at a time), starting at the beginning of the slice.
  • An iterator over a slice in (non-overlapping) mutable chunks (chunk_size elements at a time), starting at the beginning of the slice.
  • An iterator over a slice in (non-overlapping) mutable chunks (chunk_size elements at a time), starting at the beginning of the slice.
  • An iterator over the escaped version of a byte slice.
  • Immutable slice iterator
  • Mutable slice iterator.
  • An iterator over a slice in (non-overlapping) chunks (chunk_size elements at a time), starting at the end of the slice.
  • An iterator over a slice in (non-overlapping) chunks (chunk_size elements at a time), starting at the end of the slice.
  • An iterator over a slice in (non-overlapping) mutable chunks (chunk_size elements at a time), starting at the end of the slice.