mcy / strings

Rust String Libraries by mcyoung

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rust String Libraries by mcyoung

License:Apache License 2.0


Languages

Language:Rust 100.0%