Pinned Repositories
.github
GitHub metadata for this organization
adler2
Rust crate for computing Adler-32 checksums (fork)
aHash
aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
aho-corasick
A fast implementation of Aho-Corasick in Rust.
ahrs-rs
A Rust port of Madgwick's AHRS algorithm
android-rs-glue
Glue between Rust and Android
arc-swap
Support atomic operations on Arc itself
async-compression
Adaptors between compression crates and Rust's async IO types
config-rs
⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
servo
The Servo Browser Engine
atouchet's Repositories
atouchet/config-rs
⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
atouchet/servo
The Servo Browser Engine
atouchet/adler2
Rust crate for computing Adler-32 checksums (fork)
atouchet/backtrace-rs
Backtraces in Rust
atouchet/async-io
Async I/O and timers
atouchet/cargo-vet
supply-chain security for Rust
atouchet/compiletest-rs
An extraction of the compiletest utility from the Rust compiler
atouchet/core-foundation-rs
Rust bindings to Core Foundation and other low level libraries on macOS and iOS
atouchet/encoding_rs
A Gecko-oriented implementation of the Encoding Standard in Rust
atouchet/freetype-sys
Low level bindings for the FreeType font library
atouchet/hashbrown
Rust port of Google's SwissTable hash map
atouchet/html5ever
High-performance browser-grade HTML5 parser
atouchet/ipc-channel
A multiprocess drop-in replacement for Rust channels
atouchet/jobserver-rs
atouchet/nom
Rust parser combinator framework
atouchet/raqote
Rust 2D graphics library
atouchet/rayon
Rayon: A data parallelism library for Rust
atouchet/reqwest
An easy and powerful Rust HTTP Client
atouchet/rust-cssparser
Rust implementation of CSS Syntax Level 3
atouchet/rust-url
URL parser for Rust
atouchet/rustc-test
A fork of Rust’s `test` crate that doesn’t require unstable language features.
atouchet/sparkle
GL bindings for Servo's WebGL implementation (alternative to the `gleam` crate)
atouchet/stacker
Manual segmented stacks for Rust
atouchet/synstructure
Utilities for dealing with substructures within syn macros
atouchet/term
A Rust library for terminfo parsing and terminal colors.
atouchet/uluru
A simple, fast, LRU cache implementation.
atouchet/unicode-bidi
Implementation of the Unicode Bidirection Algorithm in Rust
atouchet/unicode-properties
Query character Unicode properties according to UAX #44 and UTR #51.
atouchet/unicode-width
Displayed width of Unicode characters and strings according to UAX#11 rules.
atouchet/webxr
Bindings for WebXR