mini-intern 1.0.0

A small string interner for interning strings. The strings don't have to be small.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Dylan Giles <dylanygiles@gmail.com>"]
categories = ["interning", "strings"]
description = "A small string interner for interning strings. The strings don't have to be small."
documentation = "https://docs.rs/mini-intern"
edition = "2021"
homepage = "https://github.com/dylangiles/mini-intern"
license-file = "LICENSE"
name = "mini-intern"
readme = "README.md"
repository = "https://github.com/dylangiles/mini-intern"
version = "1.0.0"