Pinned Repositories
abstreet
A traffic simulation game exploring how small changes to roads affect cyclists, transit users, pedestrians, and drivers.
async_channel
An example of async channel usage w/ executors.
async_machine
example of async machines and different executor models
channel-executor
channel-executor-experiment
Experiments to gauge relative performance of various sync and async channel.
config-rs
⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
d3
d3, Data Drive Dispatch, is a Rust framework for server development
golang-dynserver
POC of server with dynamic load of go shared libraries
golang-life
Generate a game of life iteration
golang-minesweeper
minesweeper implemented using go
BruceBrown's Repositories
BruceBrown/d3
d3, Data Drive Dispatch, is a Rust framework for server development
BruceBrown/abstreet
A traffic simulation game exploring how small changes to roads affect cyclists, transit users, pedestrians, and drivers.
BruceBrown/async_channel
An example of async channel usage w/ executors.
BruceBrown/async_machine
example of async machines and different executor models
BruceBrown/channel-executor
BruceBrown/channel-executor-experiment
Experiments to gauge relative performance of various sync and async channel.
BruceBrown/config-rs
⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
BruceBrown/golang-dynserver
POC of server with dynamic load of go shared libraries
BruceBrown/golang-life
Generate a game of life iteration
BruceBrown/golang-minesweeper
minesweeper implemented using go
BruceBrown/golang-reverse_string
Reverse an string
BruceBrown/kv-log-macro
Log macro for logs kv-unstable backend
BruceBrown/P2PDemo
iOS demo of setting up P2P communication.
BruceBrown/pretty-env-logger
A pretty, easy-to-use logger for Rust.
BruceBrown/rust-minesweeper
minesweeper port to rust, using sdl2. This is used to learn rust.
BruceBrown/rust-portaudio
PortAudio bindings and wrappers for Rust.
BruceBrown/rust-server-project
This is where I'm going to incrementally build up components into an Async Pipeline Server
BruceBrown/RustQIP
Quantum computing using rust. Efficient and a borrow-checked no cloning theorem!
BruceBrown/seattle_traffic_signals
Data about Seattle traffic signals
BruceBrown/smoltcp
a smol tcp/ip stack
BruceBrown/super-slab
Pre-allocated storage for a uniform data type, based upon slab
BruceBrown/udp-logger-rs
Log macro for log's kv-unstable backend and a UDP socket logger.