hash_str 0.0.2

Strings with a precomputed hash.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
hash_str
========

## Strings with Precomputed Hash

A simple library for strings with a precomputed hash.

Features:
- Create HashStr with precomputed hash
- Create HashStrMap utilizing HashStr's precomputed hash
- Intern strings into an explicit cache
- Create HashStr at compile time with a macro, deduplicated

Wishlist:
- Intern strings into a global cache like ustr

Non-Goals:
- Dynamic string type like std String