nametable 0.1.2

A library for collecting and managing lots of string literals. Use this together with nametable_codegen.
Documentation
1
2
3
4
5
6
7
#![allow(dead_code)]

extern crate nametable;

mod static_tests;
mod dynamic_tests;
mod hash_tests;