concurrent-interner 0.1.0

A string interner usable from multiple threads.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Contributing

Contributors are expected to abide
by the [WeAllJS Code of Conduct](https://wealljs.org/code-of-conduct).

The style of new code should follow the style of existing code.
You may also want to see
[my style notes](https://gist.github.com/typesanitizer/68cf836ab99429187c3587729ea3224f).

Markdown files should use [semantic linebreaks](https://sembr.org/).

Please create a new GitHub issue for feature ideas,
bugs (correctness, performance, docs etc.),
or if you have a question about how to use this crate.