Pinned Repositories
a-tale-of-binary-translation
Simple RISC-V emulator presented at Rust Nation 2023
asyncplusplus
Async++ concurrency framework for C++11
atomic-rs
Generic Atomic<T> type for Rust
corosensei
A fast and safe implementation of stackful coroutines in Rust
hashbrown
Rust port of Google's SwissTable hash map
intrusive-rs
Intrusive collections for Rust
parking_lot
Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
seqlock
A reader-writer lock that provides extremely fast read access without starving writers
thread_local-rs
Per-object thread-local storage for Rust
hashbrown
Rust port of Google's SwissTable hash map
Amanieu's Repositories
Amanieu/parking_lot
Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
Amanieu/asyncplusplus
Async++ concurrency framework for C++11
Amanieu/intrusive-rs
Intrusive collections for Rust
Amanieu/thread_local-rs
Per-object thread-local storage for Rust
Amanieu/atomic-rs
Generic Atomic<T> type for Rust
Amanieu/corosensei
A fast and safe implementation of stackful coroutines in Rust
Amanieu/seqlock
A reader-writer lock that provides extremely fast read access without starving writers
Amanieu/hashbrown
Rust port of Google's SwissTable hash map
Amanieu/minicov
Code coverage support for Rust `no_std` and embedded programs
Amanieu/regalloc3
New register allocator designed as a successor to regalloc2
Amanieu/naked-function
Proc macro implementation of #[naked]
Amanieu/rfcs
RFCs for changes to Rust
Amanieu/regalloc2
A new register allocator
Amanieu/wasmtime
Standalone JIT-style runtime for WebAssembly, using Cranelift
Amanieu/aHash
aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
Amanieu/backtrace-rs
Backtraces in Rust
Amanieu/blog.rust-lang.org
Home of the Rust and Inside Rust blogs
Amanieu/cargo
The Rust package manager
Amanieu/libm
A port of MUSL's libm to Rust.
Amanieu/llm.c
LLM training in simple, raw C/CUDA
Amanieu/llvm-project
Rust-specific fork of LLVM.
Amanieu/meetings
Amanieu/opensbi
RISC-V Open Source Supervisor Binary Interface
Amanieu/ratatui
Rust library that's all about cooking up terminal user interfaces (TUIs)
Amanieu/reference
The Rust Reference
Amanieu/rust
A safe, concurrent, practical language.
Amanieu/rustc-builtins
[WIP] Porting `compiler-rt` intrinsics to Rust
Amanieu/std-dev-guide
Guide for standard library developers
Amanieu/stdarch
Rust's standard library vendor-specific APIs and run-time feature detection
Amanieu/team
Rust teams structure