interned 0.1.4

Provides a generic Interned<T> which can intern practically any type including &str, slices, and primitives, plus memoization via Memoized<I, T>
Documentation
[dependencies.docify]
version = "0.2"

[dependencies.staticize]
features = ["std"]
version = "0.1.1"

[features]
default = []
generate-readme = []

[package]
authors = ["sam0x17"]
description = "Provides a generic Interned<T> which can intern practically any type including &str, slices, and primitives, plus memoization via Memoized<I, T>"
edition = "2021"
keywords = ["intern", "interned", "memoize", "caching"]
license = "MIT"
name = "interned"
readme = "README.md"
repository = "https://github.com/sam0x17/interned"
version = "0.1.4"