char_set 0.0.1

A library providing a high-performance char set.
docs.rs failed to build char_set-0.0.1
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.

Provides a CharSet type which is an optimized Set.

This types is analogous to IntegerSet, which is not viable since char does not implement the Num trait and is not contiguous by as it is Unicode.