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.
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.
INDIRECT
0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
INDIRECT
0
BSD-2-Clause1
Package
Relation
Dependencies
Published
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
0
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