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/elsa
Append-only collections for Rust where borrows to entries can outlive insertions
Manishearth/compiletest-rs
An extraction of the compiletest utility from the Rust compiler
Manishearth/triomphe
Fork of std::sync::Arc with lots of utilities useful for FFI
Manishearth/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code
Manishearth/ChatExchange
A Python API for talking to Stack Exchange chat
Manishearth/pathdiff
Manishearth/manishearth.github.io
Manishearth/rust
a safe, concurrent, practical language
Manishearth/advisory-db
Security advisory database for Rust crates published through crates.io
Manishearth/diplomat
Experimental Rust tool for generating FFI definitions allowing many other languages to call Rust code
Manishearth/icu4x
Solving i18n for client-side and resource-constrained environments.
Manishearth/postcard
A no_std + serde compatible message library for Rust
Manishearth/proposal-intl-era-monthcode
To specify necessary details about era, eraYear and monthCode usage with Temporal in internationalization setting (for calendars other than "iso8601").
Manishearth/arbitrary
The Arbitrary trait
Manishearth/displaydoc
A derive macro for implementing the display Trait via a doc comment and string interpolation
Manishearth/encoding_rs
A Gecko-oriented implementation of the Encoding Standard in Rust
Manishearth/eyre
A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications
Manishearth/multidict
The multidict implementation
Manishearth/owo-colors
A zero-allocation no_std-compatible zero-cost way to add color to your Rust terminal
Manishearth/polars
Dataframes powered by a multithreaded, vectorized query engine, written in Rust
Manishearth/prettydiff
Side-by-side diff for two files
Manishearth/rfcs
RFCs for changes to Rust
Manishearth/rust-crate-audits
Manishearth/rust-url
URL parser for Rust
Manishearth/simd-json
Rust port of simdjson
Manishearth/temporal
A Rust implementation of ECMAScript's Temporal API
Manishearth/tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
Manishearth/toml
Rust TOML Parser
Manishearth/unicode-width
Displayed width of Unicode characters and strings according to UAX#11 rules.