Pinned Repositories
atty
are you or are you not a tty?
bandolier
bincode
A binary encoder / decoder implementation in Rust.
brando
A Redis client written with Akka's IO package
clap-rs
A full featured, fast Command Line Argument Parser for Rust
cpython
The Python programming language
criterion.rs
Statistics-driven micro-benchmarking library
macrobuf
Protocol Buffers for Scala done right
oauthd
Simple OAuth server
spray-playground
alexbool's Repositories
alexbool/atty
are you or are you not a tty?
alexbool/clap-rs
A full featured, fast Command Line Argument Parser for Rust
alexbool/cpython
The Python programming language
alexbool/criterion.rs
Statistics-driven micro-benchmarking library
alexbool/crossbeam-channel
Multi-producer multi-consumer channels for message passing
alexbool/derive-new
derive simple constructor functions for Rust structs
alexbool/itertools-num
alexbool/lapack-src
LAPACK source of choice
alexbool/log4rs
A highly configurable logging framework for Rust
alexbool/metal-rs
Rust bindings for Metal
alexbool/nalgebra
Linear algebra library for Rust.
alexbool/ndarray
ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
alexbool/ndarray-linalg
Linear algebra package for rust-ndarray using LAPACK
alexbool/ndarray-numtest
Helper crate for testing ndarray-* crates
alexbool/netlib-src
Source of BLAS and LAPACK via Netlib
alexbool/openblas-src
alexbool/prettytable-rs
A small rust library that print aligned and formatted tables
alexbool/procedurals
Collection of basic proc-macros
alexbool/quick-error
A rust-macro which makes errors easy to write
alexbool/rust
A safe, concurrent, practical language.
alexbool/rust-chrono
Date and time library for Rust
alexbool/rust-ctrlc
Easy Ctrl-C handler for Rust projects
alexbool/rust-objc
Objective-C Runtime bindings and wrapper for Rust.
alexbool/rust-scoped-pool
A flexible thread pool providing scoped and static threads.
alexbool/scoped-threadpool-rs
alexbool/simplot.rs
Criterion's plotting library. See https://github.com/japaric/criterion.rs
alexbool/splines
Interpolation made easy.
alexbool/timer.rs
Simple implementation of a timer for Rust
alexbool/vec-map
A simple map based on a vector for small integer keys
alexbool/zip-rs
Zip implementation in Rust