memchr 2.7.2

Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search.
Documentation

memchr

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 3 of them enabled by default.

default

  • std

std

  • alloc

alloc

    This feature flag does not enable additional features.

rustc-dep-of-std

  • core
  • compiler_builtins

compiler_builtins

  • dep:compiler_builtins

core

  • dep:core

logging

  • dep:log

use_std

  • std

libc

    This feature flag does not enable additional features.