alexbool's Stars
llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
diasurgical/devilution
Diablo devolved - magic behind the 1996 computer game
http-rs/tide
Fast and friendly HTTP server framework for async Rust
rust-lang/miri
An interpreter for Rust's mid-level intermediate representation
dtolnay/thiserror
derive(Error) for struct and enum error types
dimforge/nalgebra
Linear algebra library for Rust.
CorsixTH/CorsixTH
Open source clone of Theme Hospital
async-rs/async-std
Async version of the Rust standard library
flazz/vim-colorschemes
one colorscheme pack to rule them all!
BurntSushi/quickcheck
Automated property based testing for Rust (with shrinking).
tokio-rs/loom
Concurrency permutation testing tool for Rust.
matklad/once_cell
Rust library for single assignment cells and lazy statics without macros
BurntSushi/rust-csv
A CSV parser for Rust, with Serde support.
fitzgen/bumpalo
A fast bump allocation arena for Rust
console-rs/dialoguer
Rust utility library for nice command line prompts and similar things
argmin-rs/argmin
Numerical optimization in pure Rust
lfortran/lfortran
Official main repository for LFortran
fitzgen/generational-arena
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
thomcc/rust-typed-arena
The arena, a fast but limited type of allocator
mitsuhiko/better-panic
A python inspired panic handler for rust
SiegeLord/RustGnuplot
A Rust library for drawing plots, powered by Gnuplot.
arduano/simdeez
easy simd
Lokathor/wide
A crate to help you go wide. By which I mean use SIMD stuff.
rust-lang/getopts
The getopts repo maintained by the rust-lang project
rust-lang/wg-allocators
Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!
GuillaumeGomez/rust-GSL
A GSL (the GNU Scientific Library) binding for Rust
georust/proj
Rust bindings for the latest stable release of PROJ
rust-lang/wg-cargo-std-aware
Repo for working on "std aware cargo"
rust-lang/types-team
Home of the "types team", affiliated with the compiler and lang teams.
djugei/optimath
A #[no_std] LinAlg library