#set #char #num-traits #optimized #contiguous #unicode

char_set

A library providing a high-performance char set

1 unstable release

Uses old Rust 2015

0.0.1 Dec 21, 2014

#12 in #num-traits

MIT license

4KB
90 lines

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.

Dependencies

~16KB