| Crates.io | stringy |
| lib.rs | stringy |
| version | 0.2.2 |
| created_at | 2022-02-19 01:41:10.07683+00 |
| updated_at | 2022-05-10 05:47:24.736097+00 |
| description | A tiny Rust crate for generating byte-sized enums that represent a fixed, ordered set of &str data. |
| homepage | |
| repository | https://github.com/lctr/stringy |
| max_upload_size | |
| id | 534994 |
| size | 14,915 |
A tiny Rust crate for generating byte-sized enums that represent a fixed,
ordered set of &str data.
The original motivation for this crate came up while handwriting lexers and parsers.
1 byteOrd trait) and exposes an interface to
iterate across all variants in this order.