Lines Matching refs:crate
14 This crate is a better optimized implementation of the older `unicode-xid`
15 crate. This crate uses less static storage, and is able to classify both ASCII
26 - `unicode-ident` is this crate;
27 - [`unicode-xid`] is a widely used crate run by the "unicode-rs" org;
32 crate bakes into your binary, measured in 1000s of bytes.
87 Overall, the crate ends up being about 10× slower on non-ASCII input
88 compared to the fastest crate.
138 One possible performance improvement would be for this crate to expose a way to
163 This crate is a pure-Rust implementation of [Roaring Bitmap], a data structure
177 I also benchmarked the [`croaring`] crate which is an FFI wrapper around the C
178 reference implementation of Roaring Bitmap. This crate was consistently about
186 This crate is most similar to the `ucd-trie` library, in that it's based on
214 This crate stores one 512-bit "row" of the above bitmaps in the leaf level of a
232 In contrast to binary search or the `ucd-trie` crate, performing lookups in this
266 Use of the Unicode Character Database, as this crate does, is governed by the <a
270 All intellectual property within this crate that is **not generated** using the
277 code content of the crate. One must comply with the terms of both the Unicode
282 for inclusion in this crate by you, as defined in the Apache-2.0 license, shall