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
diplomat
Experimental Rust tool for generating FFI definitions allowing many other languages to call Rust code
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 aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
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/triomphe
Fork of std::sync::Arc with lots of utilities useful for FFI
Manishearth/compiletest-rs
An extraction of the compiletest utility from the Rust compiler
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/handlebars-fluent
Manishearth/rust
a safe, concurrent, practical language
Manishearth/data-1
Backend/data generator for test262.fyi
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/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/arewewebyet
Are we web yet? A simple reckoning of Rust's readiness for Web-related things.
Manishearth/cargo-all-features
A Cargo subcommand to build and test all feature flag combinations.
Manishearth/core_maths
Manishearth/crates.io
Source code for crates.io
Manishearth/docs.rs
crates.io documentation generator
Manishearth/eyre
A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications
Manishearth/icu
The new home of the ICU project source code.
Manishearth/json
Strongly typed JSON library for Rust
Manishearth/jujutsu-tutorial
trying to figure out this jujutsu thing
Manishearth/libm
A port of MUSL's libm to Rust.
Manishearth/perfetto
Performance instrumentation and tracing for Android, Linux and Chrome
Manishearth/proposal-temporal
Provides standard objects and functions for working with dates and times.
Manishearth/rust-crate-audits
Manishearth/rust-url
URL parser for Rust
Manishearth/temporal
A Rust implementation of ECMAScript's Temporal API
Manishearth/temporal-polyfill
Polyfill for Temporal (under construction)
Manishearth/test262
Official ECMAScript Conformance Test Suite