docs.rs failed to build mileage-0.1.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.
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:
mileage-0.1.1
mileage
Enjoy the efficient char range! Also provided are ways of working with noncontinuous sets of unicode codepoints as well as mapping unicode codepoints to values.
CharRangeis a simple range of codepoints, effectivelystd::ops::RangeInclusive<char>.CharSetis a set of codepoints handled as a sorted vector of compact ranges.CharTrieis a static set of codepoints optimized for wide codepoint coverage.CharMapis a mapping from compact ranges of codepoints to values.
Features
set: Adds theCharSettype.trie: Adds theCharTrietype.map: Adds theCharMapreference type.owned-set: Adds theCharSetBuftype.new-trie: Adds code generation support forCharTries.par-iter: Adds implementations ofrayon::IntoParallelIterator.
Example
Planned (eventually)
CharMapRefMutCharMapBuf