Sign in Sign up
cargo

axess-strings

Short, hot-path string primitive for the axess workspace. ShortString is optimized for the workload of short identifiers that are hashed, compared, and cloned at high volume: event taxonomy tags, factor names, routing discriminators. The current internal representation is a placeholder (heap Box<str> + &'static str) suitable for getting the API contract in place; it will be swapped to an Umbra-style 16-byte representation in a follow-up commit. The public API is stable across the swap.

Activity

Latest release
1d ago
Total releases
8
Cadence
~8 days
Last 12 months
8

Reach

Downloads
324
Stars
4

Details

License
MIT OR Apache-2.0
First release
Jun 01, 2026
Releases
Version Released
0.5.0 minor
0.4.0 minor
0.3.3 patch
0.3.2 patch
0.3.1 patch
0.3.0 minor
0.2.2 patch
0.2.0 initial