bitflags • 1.3.2A macro to generate structures which behave like bitflags.
INDIRECT
0
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
displaydoc • 0.2.5A derive macro for implementing the display Trait via a doc comment and string interpolation
INDIRECT
4
env_logger • 0.8.4A logging implementation for `log` which is configured via an environment
variable.
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.
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).
Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as
shorthands for guards with one of the implemented strategies.
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stack
INDIRECT
0
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.
INDIRECT
0
subprocess • 0.2.9Execution of child processes and pipelines, inspired by Python's subprocess
module, with Rust-specific extensions.
toml • 0.5.11A native Rust encoder and decoder of TOML-formatted files and streams. Provides
implementations of the standard Serialize/Deserialize traits for TOML data to
facilitate deserializing and serializing Rust structures.
unicode-width • 0.1.14Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
INDIRECT
0
vec_map • 0.8.2A simple map based on a vector for small integer keys
INDIRECT
0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.
INDIRECT
0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.
INDIRECT
0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.
gettext • 0.4.0An implementation of Gettext translation framework for Rust
DIRECT
8
i18n-build • 0.5.4Designed for use within the cargo-i18n tool for localizing crates. It has been published to allow its direct use within project build scripts if required.
DIRECT
88
i18n-config • 0.4.7This library contains the configuration stucts (along with their parsing functions) for the cargo-i18n tool/system.
i18n-embed • 0.10.2Traits and macros to conveniently embed localization assets into your application binary or library in order to localize it at runtime.
DIRECT
85
locale_config • 0.3.0Maintains locale preferences for process and thread and initialises them by
inspecting the system for user preference.
rust-embed-impl • 5.9.0Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev
rust-embed • 5.9.0Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev
DIRECT
19
strsim • 0.8.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
INDIRECT
0
textwrap • 0.11.0Powerful library for word wrapping, indenting, and dedenting strings
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.
INDIRECT
1
Unicode-3.01
Package
Relation
Dependencies
Published
tinystr • 0.7.6A small ASCII-only bounded length string representation.
INDIRECT
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
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.