4lDO2's repositories
real-async-trait-rs
A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type erasure
spinning-rs
A no_std mutex and SIX rwlock implementation based on spinlocks and lock_api
tcp-channel
SPSC channels in Rust transmitted over e.g. TCP
ioslice-rs
I/O slices for Rust that are similar to regular slices, but ABI-compatible with iovec or std's IoSlice, and supports #![no_std]
cbindgen
A project for generating C bindings from Rust code
either
The enum Either with variants Left and Right is a general purpose sum type with two cases.
filetime
Accessing file timestamps in a platform-agnostic fashion in Rust
gfx
A high-performance, bindless graphics API for Rust.
guard-trait-rs
Various utility wrappers for allowing io_uring memory management in safe code
gpt
A pure rust GPT header/partition table library
iou
Rust interface to io_uring
libc
Raw bindings to platform APIs for Rust
net2-rs
Extensions for standard networking types
spin-rs
Spin-based synchronization primitives
thread-id
Get a unique thread ID in Rust
uninit-tools-rs
A library that allows working with uninitialized memory entirely in safe code.