arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
INDIRECT
0
ascii • 0.9.3ASCII-only equivalents to `char`, `str` and `String`.
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
INDIRECT
0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT
0
encode_unicode • 1.0.0UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16.
INDIRECT
0
getrandom • 0.2.15A small cross-platform library for retrieving random data from system source
INDIRECT
3
graphql-parser • 0.3.0 A parser, AST and serializer for graphql query language and scheme
definition language (sometimes called IDL).
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
INDIRECT
3
rstest • 0.7.0Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
DIRECT
10
rustc_version • 0.3.3A library for querying the version of a installed rustc compiler
Inflector • 0.11.4Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types.
DIRECT
5
Unicode-3.0 AND (Apache-2.0 OR MIT)1
Package
Relation
Dependencies
Published
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31
INDIRECT
0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1