char_set 0.0.1

A library providing a high-performance char set.
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "char_set"
description = "A library providing a high-performance char set."
authors = ["Michael Dagitses <michael@dagits.es>"]
license = "MIT"
version = "0.0.1"
keywords = ["char"]

[dependencies]
integer_set = "0.0.2"
interval    = "0.0.1"