Pinned Repositories
rusqlite
Ergonomic bindings to SQLite for Rust
cc-rs
Rust library for build scripts to compile C/C++ code into a Rust library
rust
Empowering everyone to build reliable and efficient software.
plrust
A Rust procedural language handler for PostgreSQL
arcstr
Better reference counted strings for Rust
dunjeon
small roguelike game in clojure
equirect-to-cubemap-faces
Convert an equirectangular image (aka lat-long map) into cubemap faces you can feed to WebGL
pcg-random
PCG RNG for JavaScript
rust-typed-arena
The arena, a fast but limited type of allocator
ubrustc
Unborrowed Rust Compiler (rustc without a borrowchecker)
thomcc's Repositories
thomcc/bad3d
a 3d physics engine in rust. not really a serious project.
thomcc/tearor
Rust library providing a *barely* thread-safe cell.
thomcc/static_locks
thomcc/thin_str
thomcc/a-s-dev
Application Services Dev CLI for https://github.com/mozilla/application-services
thomcc/atomic_ref
An atomic reference hack for rust
thomcc/case-studies
Analysis of various tricky Rust code
thomcc/chek
rust assertion lib
thomcc/criterion.rs
Statistics-driven benchmarking library for Rust
thomcc/curl-rust
Rust bindings to libcurl
thomcc/find-places-dbs
rust crate to find places databases
thomcc/fips
High-level build system for distributed, multi-platform C/C++ projects.
thomcc/mimallocator
thomcc/miniserde
Data structure serialization library with several opposite design goals from Serde
thomcc/object-provider
Support for requesting objects from other objects dynamically based on type
thomcc/pixels
A tiny hardware-accelerated pixel frame buffer. :crab:
thomcc/ref-cast
Safely cast &T to &U where the struct U contains a single field of type T.
thomcc/remerge-proto
thomcc/ripgrep
ripgrep recursively searches directories for a regex pattern
thomcc/rust-android-gradle-1
thomcc/rust-bindgen
Automatically generates Rust FFI bindings to C (and some C++) libraries.
thomcc/servo
The Servo Browser Engine
thomcc/smallbitvec
A growable bit-vector for Rust, optimized for size
thomcc/sokol-tools
Command line tools for use with sokol headers
thomcc/string-cache
String interning for Rust
thomcc/telemetry-batch-view
A Scala framework to build derived datasets, aka batch views, of Telemetry data.
thomcc/triomphe
Fork of std::sync::Arc with lots of utilities useful for FFI
thomcc/ucd-generate
A command line tool to generate Unicode tables as source code.
thomcc/wezterm
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
thomcc/winit
Window handling library in pure Rust