Pinned Repositories
miniclosure
(Unsafe) Rust wrapper for a closure/function pointer with a single type- and lifetime-erased reference argument.
miniconfig
A minimalistic config file crate written in Rust.
minievent
Thin Rust wrapper around the Windows manual-, auto-reset events and semaphores
minihandle
Simple Rust crate for managing handles, a.k.a. weak references, a.k.a. generational indices.
miniintern
A minimalistic Rust string interning / pooling library.
miniiocp
Thin Rust wrapper around the Windows IO completion port
miniremotery
minithreadlocal
Thin Rust wrapper around the Windows thread local API
minits
A minimalistic task (a.k.a job) system written in Rust.
rlua_ext
A few extensions to the `rlua` (https://crates.io/crates/rlua) crate.
alex05447's Repositories
alex05447/minits
A minimalistic task (a.k.a job) system written in Rust.
alex05447/minihandle
Simple Rust crate for managing handles, a.k.a. weak references, a.k.a. generational indices.
alex05447/miniintern
A minimalistic Rust string interning / pooling library.
alex05447/miniclosure
(Unsafe) Rust wrapper for a closure/function pointer with a single type- and lifetime-erased reference argument.
alex05447/miniconfig
A minimalistic config file crate written in Rust.
alex05447/minievent
Thin Rust wrapper around the Windows manual-, auto-reset events and semaphores
alex05447/miniiocp
Thin Rust wrapper around the Windows IO completion port
alex05447/minithreadlocal
Thin Rust wrapper around the Windows thread local API
alex05447/rlua_ext
A few extensions to the `rlua` (https://crates.io/crates/rlua) crate.
alex05447/miniremotery
alex05447/minidisplay
A small Rust library that enumerates the system's displays / monitors.
alex05447/minifiber
Thin Rust wrapper around the Windows fiber API
alex05447/minifilepath
alex05447/minifilepath_macro
alex05447/minifiletree
alex05447/minigraph
Ultra-minimalist graph data structure in Rust
alex05447/minilz4
An extremely minimalistic Rust wrapper around the LZ4 compression library.
alex05447/minimultimap
A simple minimalistic multimap wrapper around a Rust HashMap
alex05447/minipack
A small utility library to create, access and patch resource/data file packs/archives.
alex05447/miniradixsort
Some simple unstable byte-based counting / radix sort functions.
alex05447/minirollinghash
alex05447/ministr
alex05447/ministr_macro
alex05447/miniunchecked
alex05447/miniunsigned
alex05447/rlua
High level Lua bindings to Rust