crates
There are 327 repositories under crates topic.
ggez/ggez
Rust library to create a Good Game Easily
trishume/syntect
Rust library for syntax highlighting using Sublime Text syntax definitions.
EmbarkStudios/cargo-deny
❌ Cargo plugin for linting your dependencies 🦀
colored-rs/colored
(Rust) Coloring terminal so simple you already know how to do it !
amethyst/bracket-lib
The Roguelike Toolkit (RLTK), implemented for Rust.
rust-qt/ritual
Use C++ libraries from Rust
huhu/rust-search-extension
🦀 The ultimate search extension for Rust
phsym/prettytable-rs
A rust library to print aligned and formatted tables
rust-cv/cv
Rust CV mono-repo. Contains pure-Rust dependencies which attempt to encapsulate the capability of OpenCV, OpenMVG, and vSLAM frameworks in a cohesive set of APIs.
Nazariglez/notan
Cross-platform multimedia layer
nix-community/naersk
Build Rust projects in Nix - no configuration, no code generation, no IFD, sandbox friendly.
jonasbb/serde_with
This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`-annotation.
kellnr/kellnr
The registry for Rust crates
ramsayleung/rspotify
Spotify Web API SDK implemented on Rust
nix-community/nurl
Generate Nix fetcher calls from repository URLs [maintainer=@figsoda]
rust-ammonia/ammonia
Repair and secure untrusted HTML
Hirevo/alexandrie
An alternative crate registry, implemented in Rust.
rust-fuzz/honggfuzz-rs
Fuzz your Rust code with Google-developed Honggfuzz !
deps-rs/deps.rs
Keep your dependencies up-to-date
clearloop/leetcode-cli
May the code be with you 👻
moriturus/ktra
Your Little Cargo Registry
pleco-rs/Pleco
A Rust-based re-write of the Stockfish Chess Engine
facebookarchive/cargo-guppy
Track and query Cargo dependency graphs.
mcorbin/meuse
A private Cargo crate registry, for Rust
Odonno/surrealdb-migrations
An awesome SurrealDB migration tool, with a user-friendly CLI and a versatile Rust library that enables seamless integration into any project.
shnewto/bnf
Parse BNF grammar definitions
cargo-limit/cargo-limit
Productivity improvements for Rust ecosystem: warnings are skipped until errors are fixed, LSP-independent Neovim integration, etc.
0x20F/paris
Logger and ANSI formatter in Rust for pretty colors and text in the terminal with no dependencies. Aiming for a relatively simple API
iotaledger/bee
A framework for IOTA nodes, clients and applications in Rust
slightlyoutofphase/staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
svenstaro/bvh
A fast BVH using SAH in rust
open-i18n/rust-unic
UNIC: Unicode and Internationalization Crates for Rust
starkat99/half-rs
Half-precision floating point types f16 and bf16 for Rust.
serayuzgur/crates
crates is an extension aims to help people to manage their dependencies for rust (crates.io & TOML).
Covertness/coap-rs
A Constrained Application Protocol(CoAP) library implemented in Rust.
neonmoe/minreq
Simple, minimal-dependency HTTP client.