intern 0.0.0

A library for interning strings and other kinds of data (currently only bytearrays).
docs.rs failed to build intern-0.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: intern-0.2.0

TODO

  • offer GC interface and example GCs
  • rust currently doesn't allow generic static values - when it does, make this library truely generic: Add read_pool, write_pool. Keep [Byte]Symbol, [Byte]SymbolPool as useful aliases.