17 projects
Servo Project
The mission of the Project is to provide an independent, modular, embeddable web engine, which allows developers to deliver content and applications using web standards. NOTE: Servo Project was originally set up as a Series LLC (and under the Servo Project Fund). Both of those were archived on June 15, 2023 and Servo Project was transitioned to being a LF Europe Project with technical charter set at https://github.com/servo/project/blob/main/governance/CHARTER.md.
8,345
1,763
$1.4B
Itertools
A Rust library that provides additional iterator adaptors, iterator methods, free functions, and macros to extend the functionality of Rust's built-in iterators. It offers efficient implementations of common iterator operations and combinations.
718
263
$514K
Crossbeam
Crossbeam is a Rust library that provides tools for concurrent programming, including lock-free data structures, synchronization primitives, and utilities for building concurrent applications. It focuses on memory safety and high performance for parallel computing.
598
234
$1.1M
hashbrown
Hashbrown is a high-performance hash table implementation that serves as Rust's standard HashMap type. It uses SwissTable, a fast open-addressing hash table algorithm, and provides features like zero-cost reference types and SIMD optimization.
431
156
$405K
num-traits
A collection of numeric types and traits for Rust.
385
134
$157K
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
368
160
$183K
IndexMap
A hash table with consistent order and fast iteration; access items by key or sequence index
275
107
$354K
Bumpalo
A fast bump allocation arena for Rust
191
83
$230K
ArrayVec
A vector with a fixed capacity. (Rust)
Generic Array
Generic array types in Rust
PHF (Perfect Hash Function)
Compile time static maps for Rust
Parity Common
Collection of crates used in Parity projects
Petgraph
Graph data structure library for Rust.
VecMap
A simple map based on a vector for small integer keys
rust-ordered-float
A Rust library that implements total ordering for floating-point numbers, enabling consistent sorting and comparison operations by handling special values like NaN in a deterministic manner.