
regex - crates.io: Rust Package Registry
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
syn - crates.io: Rust Package Registry
Syn is a parsing library for parsing a stream of Rust tokens into a syntax tree of Rust source code. Currently this library is geared toward use in Rust procedural macros, but contains some APIs …
Categories - crates.io: Rust Package Registry
Rust implementations of core algorithms such as hashing, sorting, searching, and more.
clap - crates.io: Rust Package Registry
clap Command Line Argument Parser for Rust Dual-licensed under Apache 2.0 or MIT. Get Started $ cargo add clap About Create your command-line parser, with all of the bells and …
rocksdb - crates.io: Rust Package Registry
Clang llvm version must be the same as the one used by rust compiler. On the rust side you should use RUSTFLAGS="-Clinker-plugin-lto -Clinker=clang -Clink-arg=-fuse-ld=lld".
plotters - crates.io: Rust Package Registry
A Rust drawing library focus on data plotting for both WASM and native applications
rust-embed - crates.io: Rust Package Registry
rust-embed Rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev. You can use this to embed your css, js and images into a …
rust_xlsxwriter - crates.io: Rust Package Registry
The rust_xlsxwriter crate can be used to write text, numbers, dates, and formulas to multiple worksheets in a new Excel 2007+ .xlsx file. It has a focus on performance and fidelity with the …
cc - crates.io: Rust Package Registry
A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code.