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/aho-corasick
A fast implementation of Aho-Corasick in Rust.
atouchet/bitvector_simd
Bitvector implementation with Packed SIMD 2
atouchet/bytecount
Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast
atouchet/cargo
The Rust package manager
atouchet/compressed-vec
SIMD Floating point and integer compressed vector library
atouchet/core-foundation-rs
Rust bindings to Core Foundation and other low level libraries on macOS and iOS
atouchet/curve25519-dalek-ng
A pure-Rust implementation of group operations on Ristretto and Curve25519
atouchet/faster
SIMD for humans
atouchet/generational-arena
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
atouchet/gleam
Generated OpenGL bindings and wrapper for Servo.
atouchet/hyper_serde
Serde support for Hyper types
atouchet/ipc-channel
A multiprocess drop-in replacement for Rust channels
atouchet/nix
Rust friendly bindings to *nix APIs
atouchet/num_cpus
Get the number of CPUs in Rust
atouchet/petgraph
Graph data structure library for Rust.
atouchet/pixel-canvas
A crate to make drawing in a buffer of pixels easy!
atouchet/polling
Portable interface to epoll, kqueue, event ports, and wepoll
atouchet/prisma-engines
🚂 Engine components of Prisma ORM
atouchet/raqote
Rust 2D graphics library
atouchet/rayon
Rayon: A data parallelism library for Rust
atouchet/rust-pcre2
High level Rust bindings to PCRE2.
atouchet/rust_move_gen
Fast chess legal move generation library in Rust
atouchet/simd
A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd
atouchet/sparkle
GL bindings for Servo's WebGL implementation (alternative to the `gleam` crate)
atouchet/synstructure
Utilities for dealing with substructures within syn macros
atouchet/tendril
Compact string type for zero-copy parsing
atouchet/termcolor
Cross platform terminal colors for Rust.
atouchet/thread_local-rs
Per-object thread-local storage for Rust
atouchet/vector2math
Rust traits for doing 2D vector geometry on generic types.