Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 798 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 798 Bytes

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.