Pinned Repositories
3d-engine-rust
A 3D game engine written in Rust.
abi_stable_crates
Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.
acpi
Rust library for parsing ACPI tables and AML
addr2line
A cross-platform `addr2line` clone written in Rust, using `gimli`
AEADs
Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers
agatedb
A persistent key-value storage in rust.
aho-corasick
A fast implementation of Aho-Corasick in Rust.
algorithm
Algorithms written in Rust
amadeus
Harmonious distributed data analysis in Rust.
amber
Manage secret values in-repo via public key cryptography
peamaeq's Repositories
peamaeq/arrayfire-rust
Rust wrapper for ArrayFire
peamaeq/autopilot-rs
A simple, cross-platform GUI automation module for Rust.
peamaeq/axiom
Implementation of a highly-scalable and ergonomic actor model for Rust
peamaeq/bacon-rajan-cc
peamaeq/base-x-rs
Encode/decode any base
peamaeq/baseplug
MVC audio plugin framework for rust
peamaeq/bcc-sys
peamaeq/bellman-substrate
A library for supporting zk-SNARKs to Substrate
peamaeq/bencher
bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher!" = No feature development. Go build a better stable benchmarking library.
peamaeq/binary-heap-plus-rs
Enhancement over Rust's `std::collections::BinaryHeap`. Supports other than max heap.
peamaeq/bitpacking
SIMD algorithms for integer compression via bitpacking. This crate is a port of a C library called simdcomp.
peamaeq/bitvec
A crate for managing memory bit by bit
peamaeq/bkernel
Experimental kernel for embedded devices written in Rust
peamaeq/bls-eth-rust
peamaeq/bounded-spsc-queue
A Bounded SPSC queue for Rust
peamaeq/bpf-linker
Simple BPF static linker
peamaeq/buf_redux
A drop-in replacement for Rust's std::io::BufReader, with extra features
peamaeq/building-blocks
A voxel library for real-time applications.
peamaeq/bxcan
bxCAN peripheral driver for STM32 chips
peamaeq/bxt-rs
A few speedrunning and TAS-related tools for Half-Life and mods.
peamaeq/bytemuck
A crate for mucking around with piles of bytes
peamaeq/cap
Open Internet Service to store transaction history for NFTs/Tokens on the Internet Computer - https://cap.ooo/
peamaeq/capnproto-rust
Cap'n Proto for Rust
peamaeq/cargo-criterion
Cargo extension for running Criterion.rs benchmarks
peamaeq/cassandra-rs
Cassandra (CQL) driver for Rust, using the DataStax C/C++ driver under the covers.
peamaeq/cc-rs
Rust library for build scripts to compile C/C++ code into a Rust library
peamaeq/cgroups-rs
Native Rust library for managing control groups under Linux
peamaeq/chainsaw
Rapidly Search and Hunt through Windows Event Logs
peamaeq/clang-rs
A somewhat idiomatic Rust wrapper for libclang.
peamaeq/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...