#string #binary #text

macro ilex-attr

attributes for the ilex crate

1 unstable release

0.5.0 Feb 24, 2024

#744 in #binary

21 downloads per month
Used in ilex

Apache-2.0

5KB

Rust String Libraries by mcyoung

For some reason or another, I keep accumulating libraries for operating on strings of data. Rather than continue to generate disparate repos, this one repo will hold all of my strings libraries, which will make it easier for them to depend on each other.

Table of Contents

  • 📜 buf-trait - A trait for abstracting over buffers of POD data.

  • 🧶 byteyarn - Space-efficient byte strings.

  • 🌲 twie - Fast and compact prefix tries.

  • ⛩️ ilex - The last lexer I ever want to write.


All libraries are Apache-2.0 licensed.


lib.rs:

Implementation detail of ilex.

No runtime deps