About 400 results
Open links in new tab
  1. 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.

  2. 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 …

  3. Categories - crates.io: Rust Package Registry

    Rust implementations of core algorithms such as hashing, sorting, searching, and more.

  4. 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 …

  5. 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".

  6. plotters - crates.io: Rust Package Registry

    A Rust drawing library focus on data plotting for both WASM and native applications

  7. 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 …

  8. 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 …

  9. 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.