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/pcg-random
PCG RNG for JavaScript
thomcc/rust-more-asserts
Small library providing additional assert and debug_assert macros for rust code.
thomcc/core_detect
A `no_std` version of the `std::is_x86_feature_detected!` macro.
thomcc/envparse
wip compile-time env parsing crate
thomcc/sqlcipher
SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files.
thomcc/threadidbench
thomcc/all-is-cubes
Yet another block/voxel game; in this one the blocks are made out of blocks. Runs in browsers on WebGL+WebAssembly.
thomcc/cargo-careful
Execute Rust code carefully, with extra checking along the way
thomcc/clang-ast
thomcc/cmake-rs
Rust build dependency for running cmake
thomcc/compiler-builtins
Porting `compiler-rt` intrinsics to Rust
thomcc/flate2-rs
DEFLATE, gzip, and zlib bindings for Rust
thomcc/getrandom
A small cross-platform library for retrieving random data from (operating) system source
thomcc/highfive
Github hooks to provide an encouraging atmosphere for new contributors
thomcc/imgui-rs
Rust bindings for dear imgui
thomcc/install-action
GitHub Action for installing development tools (mainly from GitHub Releases).
thomcc/libc
Raw bindings to platform APIs for Rust
thomcc/mach
A rust interface to the Mach 3.0 kernel that underlies OSX.
thomcc/mimalloc_rust
A Rust wrapper over Microsoft's MiMalloc memory allocator
thomcc/miri
An interpreter for Rust's mid-level intermediate representation
thomcc/ockam-website
Source Code for the Ockam.io Website
thomcc/packed_simd
Portable Packed SIMD Vectors for Rust standard library
thomcc/remoteprocess
Cross platform process information in Rust
thomcc/rusqlite
Ergonomic bindings to SQLite for Rust
thomcc/rust-toolchain
Concise GitHub Action for installing a Rust toolchain
thomcc/sse2neon
A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation
thomcc/stdarch
Rust's standard library vendor-specific APIs and run-time feature detection
thomcc/termpal
WIP
thomcc/unicode-security
Detect possible security problems with Unicode usage according to Unicode Technical Standard #39 rules.
thomcc/usync
Small, fast, synchronization primitives