-
-
Rust bindings for the Python interpreter
Rust Apache License 2.0 UpdatedFeb 23, 2025 -
velcro Public
Collection initialization macros for Rust
-
rust Public
Forked from rust-lang/rustA safe, concurrent, practical language.
-
log Public
Forked from rust-lang/logLogging implementation for Rust
Rust Apache License 2.0 UpdatedSep 14, 2023 -
ripgrep Public
Forked from BurntSushi/ripgrepripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
aho-corasick Public
Forked from BurntSushi/aho-corasickA fast implementation of Aho-Corasick in Rust.
-
regex Public
Forked from rust-lang/regexAn implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
-
memchr Public
Forked from BurntSushi/memchrOptimized string search routines for Rust.
-
type_hash Public
Hashes for type defintion versioning
-
tokio-cron-scheduler Public
Forked from mvniekerk/tokio-cron-schedulerSchedule tasks on Tokio using cron-like annotation
10000 -
derive_more Public
Forked from JelteF/derive_moreSome more derive(Trait) options
-
-
-
std_all_types Public
A macro that enumerates all built-in Rust std types, and feeds them to another macro
-
bind_match Public
Convenience macro similar to `matches!` but lets you bind to and pattern and return an `Option` of the result.
-
rustfmt Public
Forked from rust-lang/rustfmtFormat Rust code
-
rust-quiz Public
Forked from dtolnay/rust-quizMedium to hard Rust questions with complete explanations
-
rust-zmq Public
Forked from erickt/rust-zmqRust zeromq bindings.
-
serde_with Public
Forked from jonasbb/serde_withCustom de/serialization functions for Rust's serde using the with-annotation
-
async-zmq Public
Forked from rdelfin/async-zmqAsync version for ZeroMQ bindings
-
serde Public
Forked from serde-rs/serdeSerialization framework for Rust
-
mio Public
Forked from tokio-rs/mioMetal IO library for Rust
-
actix-web Public
Forked from actix/actix-webActix web is a small, pragmatic, and extremely fast rust web framework.
-
rustsec-crate Public
Forked from tecywiz121/rustsec-clientClient library for the RustSec advisory database
-
rkdb Public
Forked from redsift/rkdbkdb+ Rust embedding and IPC
-
parze Public
Forked from zesterer/parzeA clean, efficient parser combinator
-
rust-tropes Public
Forked from Enet4/rust-tropesA dictionary of jargon and tropes around the community of Rust developers.
1 UpdatedOct 7, 2019 -
reflection Public
Forked from oooutlk/reflectionreflection for rust programming
-
MACs Public
Forked from RustCrypto/MACsMessage authentication code algorithms written in pure Rust