Crate stringzilla
source ·Modules§
- The
sz
module provides a collection of string searching and manipulation functionality, designed for high efficiency and compatibility with no_std environments. This module offers various utilities for byte string manipulation, including search, reverse search, and edit-distance calculations, suitable for a wide range of applications from basic string processing to complex text analysis tasks.
Traits§
- The StringZilla trait provides a collection of string searching and manipulation functionalities.