7 projects
futures-rs
Futures-rs is a zero-cost asynchronous programming library for Rust that provides core abstractions and utilities for async/await syntax and asynchronous computation. It implements traits and types for working with asynchronous operations in a composable way.
1,354
529
$1M
bitflags
A Rust library for manipulating and handling bit flags and bit fields, providing a macro-based system for creating type-safe bit flag structures with zero runtime overhead
369
159
$183K
zerocopy
A zero-copy networking library for Linux that enables efficient data transfer between user space and kernel space without redundant memory copying, improving performance in network applications
274
97
$5.6M
bytemuck
A crate for mucking around with piles of bytes
256
94
$180K
Regex-optimized_memory_search
Optimized string search routines for Rust.
pin-project-lite
A lightweight version of pin-project written with declarative macros.
tokio-rs-bytes-utilities
Utilities for working with bytes