John
81cf05cc69
Here we have *real* interning, producing unique references if and only if the input is unique! Boy am I glad I invested time into this, because it's really fun to work with. Hopefully my logic regarding Send-ness and Sync-ness aren't completely unsound.
13 lines
299 B
TOML
13 lines
299 B
TOML
[package]
|
|
name = "cl-structures"
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
hashbrown = { version = "0.14.3", default-features = false }
|
|
cl-arena = { path = "../cl-arena" }
|