Pinned Repositories
compiletest-rs
An extraction of the compiletest utility from the Rust compiler
elsa
Append-only collections for Rust where borrows to entries can outlive insertions
rust-adorn
Python-style function decorators for Rust
rust-gc
Simple tracing (mark and sweep) garbage collector for Rust
triomphe
Fork of std::sync::Arc with lots of utilities useful for FFI
gecko-dev
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
rust
Empowering everyone to build reliable and efficient software.
rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
servo
Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine
icu4x
Solving i18n for client-side and resource-constrained environments.
Manishearth's Repositories
Manishearth/rust-gc
Simple tracing (mark and sweep) garbage collector for Rust
Manishearth/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code
Manishearth/oreutils
Installer for various Rust reimaginations of coreutils. These are not drop-in replacements.
Manishearth/array-init
Safe wrapper for initializing arrays
Manishearth/namespacing-rfc
RFC for Packages as Optional Namespaces
Manishearth/manishearth.github.io
Manishearth/LibAFL
Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
Manishearth/cargo-all-features
A Cargo subcommand to build and test all feature flag combinations.
Manishearth/cargo-guppy
Track and query Cargo dependency graphs.
Manishearth/cargo-workspaces
A tool for managing cargo workspaces and their crates, inspired by lerna
Manishearth/cloud-hypervisor
A Virtual Machine Monitor for modern Cloud workloads. Features include CPU, memory and device hotplug, support for running Windows and Linux guests, device offload with vhost-user and a minimal compact footprint. Written in Rust with a strong focus on security.
Manishearth/displaydoc
A derive macro for implementing the display Trait via a doc comment and string interpolation
Manishearth/epoll
Rust epoll wrapper
Manishearth/icu4x_bidi
A portion of ICU4X that detects BiDi regions in text, and can be used as a WASM library on the web.
Manishearth/learn_unsafe_rust
Manishearth/pluralrules
Pluralization handling in Rust
Manishearth/rayon
Rayon: A data parallelism library for Rust
Manishearth/rust-forge
Manishearth/rust-lexical
Fast numeric to- and from-string conversion routines.
Manishearth/rust-phf
Compile time static maps for Rust
Manishearth/strck
Checked owned and borrowed strings
Manishearth/swc
Rust-based platform for the Web
Manishearth/syn-inline-mod
Tool to inline module contents into syn::File instances
Manishearth/uds
A unix domain sockets Rust library
Manishearth/unic-locale
Unic crates for locale management implementing Unicode UTS #35
Manishearth/unsafe-code-guidelines
Forum for discussion about what unsafe code can and can't do
Manishearth/vhost
Manishearth/webxr
Repository for the WebXR Device API Specification.
Manishearth/www.rust-lang.org
the home of the Rust website
Manishearth/zstd-rs
zstd-decoder in pure rust