Thanks to visit codestin.com
Credit goes to lib.rs

#const-context #fork #ustr #hash #capable

no-std estr

A no_std and const capable fork of Ustr

3 stable releases

Uses new Rust 2024

1.2.0 Dec 7, 2025
1.1.0 Dec 5, 2025
1.0.0 Dec 5, 2025

#5 in #const-context


Used in whim

BSD-2-Clause-Patent

29KB
586 lines

Estr

Easy String Interning.

This is a fork of the excellent ustr library for rust.

Compared to that library, this crate:

  • Supports no_std.
  • Uses a hash function that can be called in const contexts.
  • Is more minimalist and less fully featured.

Dependencies

~1.5MB
~25K SLoC