Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

crates.io "collection" keyword

pipebuf 0.3.1
Efficient byte-stream pipe buffer
4 versions - Latest release: about 1 month ago - 3 dependent packages - 1 dependent repositories - 2.64 thousand downloads total - 32 stars on GitHub - 1 maintainer
prefix-trie 0.4.0
Prefix trie datastructure (both a set and a map) that provides exact and longest-prefix matches.
8 versions - Latest release: about 7 hours ago - 5 dependent packages - 1 dependent repositories - 21.4 thousand downloads total - 15 stars on GitHub - 1 maintainer
velcro 0.5.4
Convenience macros for initializing vectors, hash maps and other Rust collections.
14 versions - Latest release: over 1 year ago - 19 dependent packages - 14 dependent repositories - 131 thousand downloads total - 62 stars on GitHub - 1 maintainer
Top 9.3% on crates.io
skiplist 0.5.1
Skiplist implementation in rust, providing fast insertion and removal. A normal skiplist is impl...
17 versions - Latest release: about 1 year ago - 11 dependent packages - 18 dependent repositories - 88.8 thousand downloads total - 86 stars on GitHub - 1 maintainer
Top 7.7% on crates.io
sequence_trie 0.3.6
Trie-like data-structure for storing sequences of values.
23 versions - Latest release: over 5 years ago - 12 dependent packages - 359 dependent repositories - 1.81 million downloads total - 25 stars on GitHub - 1 maintainer
Top 4.3% on crates.io
radix_trie 0.2.1
Generic radix trie data-structure.
18 versions - Latest release: over 3 years ago - 62 dependent packages - 2,481 dependent repositories - 12.9 million downloads total - 169 stars on GitHub - 1 maintainer
parse_postman_collection 0.2.3
A Postman Collection serialization & deserialization library.
3 versions - Latest release: 25 days ago - 1 dependent package - 795 downloads total - 0 stars on GitHub - 1 maintainer
gcollections 1.5.0
Generic traits over Rust collections library.
20 versions - Latest release: over 2 years ago - 10 dependent packages - 82 dependent repositories - 471 thousand downloads total - 2 stars on GitHub - 1 maintainer
fast-btree 0.1.0
A fast B-tree implementation ported from tlx library
1 version - Latest release: 4 months ago - 281 downloads total - 0 stars on GitHub - 1 maintainer
indicium 0.6.2
Simple in-memory search for collections and key-value stores.
29 versions - Latest release: 10 days ago - 1 dependent package - 2 dependent repositories - 37.7 thousand downloads total - 60 stars on GitHub - 1 maintainer
typed-index-collections 3.1.0
Typed index version of Rust slice and Vec containers
16 versions - Latest release: over 1 year ago - 6 dependent packages - 14 dependent repositories - 497 thousand downloads total - 58 stars on GitHub - 1 maintainer
weighted_random_list 0.1.1
A Vec<T> that allows you to define the weight of each entry and randomly get entries
2 versions - Latest release: about 5 years ago - 1.22 thousand downloads total - 0 stars on GitLab.com - 1 maintainer
wrapped-vec 0.3.0
Macro for generating wrapped Vec types and associated boilerplate
5 versions - Latest release: over 3 years ago - 2 dependent packages - 10 dependent repositories - 24.9 thousand downloads total - 3 stars on GitHub - 1 maintainer
cargo-extras 0.3.0 💰
A collection of cargo subcommands
7 versions - Latest release: over 8 years ago - 7.27 thousand downloads total - 36 stars on GitHub - 1 maintainer
sparseset 1.0.1
A Sparse Set
5 versions - Latest release: about 2 years ago - 1 dependent package - 1 dependent repositories - 4.79 thousand downloads total - 25 stars on GitHub - 1 maintainer
advanced_collections 0.1.0
Library with advanced data structures (collections). Includes counter (hash-bag, multiset), d...
1 version - Latest release: over 5 years ago - 777 downloads total - 2 stars on GitHub - 1 maintainer
fallacy-hash 0.1.0
A library for fallible hash collections.
1 version - Latest release: about 2 years ago - 474 downloads total - 0 stars on GitHub - 1 maintainer
mmtk 0.24.0
MMTk is a framework for the design and implementation of high-performance and portable memory man...
27 versions - Latest release: about 1 month ago - 1 dependent repositories - 8.84 thousand downloads total - 328 stars on GitHub - 1 maintainer
tree 0.4.1
An ordered map and set based on a binary search tree.
18 versions - Latest release: over 8 years ago - 1 dependent repositories - 25.3 thousand downloads total - 4 stars on GitHub - 1 maintainer
trying 0.5.1
Basic trie crate
11 versions - Latest release: 10 months ago - 3.14 thousand downloads total - 1 stars on GitHub - 1 maintainer
fwdlist 0.3.0
A simply linked (forward) list
4 versions - Latest release: about 5 years ago - 3.77 thousand downloads total - 5 stars on GitHub - 1 maintainer
watermark 1.1.0
A simple watermarking set for in-order insertions
4 versions - Latest release: almost 4 years ago - 1.92 thousand downloads total - 1 stars on GitHub - 1 maintainer
svec_macro 0.1.0
A utility for Dart-style list in Rust
1 version - Latest release: over 4 years ago - 1 dependent package - 1.14 thousand downloads total - 0 stars on GitHub - 1 maintainer
skiplist-rs 0.1.5
Skip list is a kind of ordered map and can store any value inside. See skip list wikipedia page t...
6 versions - Latest release: over 2 years ago - 2.2 thousand downloads total - 2 stars on GitHub - 1 maintainer
rustdash 0.0.1
Lodash implemented in Rust for use as a wasm module
1 version - Latest release: almost 4 years ago - 477 downloads total - 1 stars on GitHub - 1 maintainer
tinybox 0.3.1 💰
Like `Box`, but with an optimization that avoids allocations for small data-structures
4 versions - Latest release: over 1 year ago - 1 dependent package - 2.13 thousand downloads total - 1 stars on GitHub - 1 maintainer
svec 0.1.0
A utility for Dart-style list in Rust
1 version - Latest release: over 4 years ago - 575 downloads total - 0 stars on GitHub - 1 maintainer
skew-heap 0.2.0
A priority queue based on a skew heap.
2 versions - Latest release: almost 8 years ago - 2.29 thousand downloads total - 1 stars on GitHub - 1 maintainer
Top 5.1% on crates.io
slice-deque 0.3.0
A double-ended queue that Deref's into a slice.
21 versions - Latest release: over 4 years ago - 17 dependent packages - 1,028 dependent repositories - 1.47 million downloads total - 152 stars on GitHub - 1 maintainer
cachedb 0.8.2
In memory Key/Value store that stores RwLock<Value> which expire in LRU order when unused
17 versions - Latest release: over 1 year ago - 5.16 thousand downloads total - 1 stars on GitHub - 1 maintainer
leonardo-heap 0.3.0
Heap structure supporting fast in-place partial sorting
3 versions - Latest release: almost 6 years ago - 2.84 thousand downloads total - 0 stars on GitHub - 1 maintainer
immutable-seq 0.1.2
Immutable sequence data structure
3 versions - Latest release: over 7 years ago - 2.61 thousand downloads total - 1 stars on GitHub - 1 maintainer
department 0.2.5 💰
Implementation of the proposed Storages API
9 versions - Latest release: almost 2 years ago - 2.74 thousand downloads total - 9 stars on GitHub - 1 maintainer
graph-arena 0.1.0
Collection type to store immutable graph structures efficiently
1 version - Latest release: over 3 years ago - 501 downloads total - 0 stars on GitHub - 1 maintainer
basic_trie 2.0.0
A simple Trie implementation in Rust
16 versions - Latest release: about 1 month ago - 4.24 thousand downloads total - 11 stars on GitHub - 1 maintainer
protocoll 0.3.1
clojure inspired protocols for rust collections.
8 versions - Latest release: over 7 years ago - 6.14 thousand downloads total - 2 stars on GitHub - 1 maintainer
lock-free-stack 0.1.1
Lock-free (atomic-based) Collection which internally represent data as a Stack, and exposes an in...
2 versions - Latest release: over 7 years ago - 2 dependent packages - 3.18 thousand downloads total - 6 stars on GitHub - 1 maintainer
hoop 0.2.8 💰
Fixed ring buffer that allows non-consuming iteration both ways
2 versions - Latest release: about 6 years ago - 1.4 thousand downloads total - 1 stars on GitHub - 1 maintainer
addressable-pairing-heap 0.2.0
An addressable pairing heap implementation.
2 versions - Latest release: about 7 years ago - 1 dependent package - 1 dependent repositories - 2.4 thousand downloads total - 1 stars on GitHub - 1 maintainer
std_collection_traits 0.1.2
Abstraction of operations in std collection types
2 versions - Latest release: over 2 years ago - 972 downloads total - 4 stars on GitHub - 1 maintainer
iterable 0.6.0
An iterable library for Rust collection like types.
7 versions - Latest release: over 1 year ago - 2 dependent packages - 2 dependent repositories - 28.6 thousand downloads total - 14 stars on GitHub - 1 maintainer
prefix_tree_map 0.2.1
A Rust implementation of generic prefix tree (trie) map with wildcard capture support
3 versions - Latest release: about 2 years ago - 1 dependent package - 1 dependent repositories - 1.43 thousand downloads total - 6 stars on GitHub - 1 maintainer
groot 0.6.1
The coolest guardian of the galaxy!
12 versions - Latest release: 7 months ago - 3.52 thousand downloads total - 4 stars on GitHub - 1 maintainer
ord-by-set 1.0.3
A library providing a weakly ordered multi-set with compile-time configurable ordering scheme
4 versions - Latest release: about 2 years ago - 1.41 thousand downloads total - 1 stars on GitHub - 1 maintainer
postman_collection 0.2.0
A Postman Collection serialization & deserialization library.
2 versions - Latest release: almost 2 years ago - 1 dependent repositories - 1.15 thousand downloads total - 11 stars on GitHub - 1 maintainer
lookups 0.2.0
Improve the data retrieval operations for collections.
4 versions - Latest release: about 1 month ago - 1.11 thousand downloads total - 1 stars on GitHub - 1 maintainer
thisisplural_derive 💰
#[derive(Plural)] for creating frictionless new types with a Vec, HashMap, etc.
1 version - Latest release: 9 days ago - 1 dependent package - 292 downloads total - 4 stars on GitHub - 1 maintainer
pairing-heap 0.1.0
A priority queue based on a pairing heap.
1 version - Latest release: over 8 years ago - 1 dependent package - 1 dependent repositories - 2.56 thousand downloads total - 2 stars on GitHub - 1 maintainer
mongodb-ext 4.3.2
An extension crate for mongodb to create a database setup without boilerplate.
9 versions - Latest release: over 2 years ago - 2.93 thousand downloads total - 3 stars on GitHub - 1 maintainer
thisisplural 0.4.0 💰
#[derive(Plural)] for creating frictionless new types with any collection type like Vec or HashMap
6 versions - Latest release: about 1 month ago - 2.91 thousand downloads total - 4 stars on GitHub - 1 maintainer
ndstruct 2.2.0
Structures for N-dimensions
4 versions - Latest release: 7 months ago - 1.33 thousand downloads total - 13 stars on GitHub - 1 maintainer
mset 0.1.1
A mset / multiset / bag implementation
6 versions - Latest release: over 1 year ago - 1 dependent package - 4 dependent repositories - 143 thousand downloads total - 3 stars on GitHub - 1 maintainer
pulz-arena 0.4.0 💰
A generational arena allocator with compact generational indices
6 versions - Latest release: over 2 years ago - 1 dependent package - 3.03 thousand downloads total - 3 stars on GitHub - 1 maintainer
collect-all 0.1.0
vec! for everything: easily make literals of any collection!
1 version - Latest release: about 1 year ago - 1 dependent package - 1 dependent repositories - 1.62 thousand downloads total - 1 maintainer
shortlist 0.2.0
An efficient data structure to track the largest items pushed to it.
4 versions - Latest release: almost 3 years ago - 1 dependent package - 2 dependent repositories - 4.87 thousand downloads total - 3 stars on GitHub - 1 maintainer
small-fixed-array 0.4.4
A crate providing fixed length immutable collections with a low memory footprint.
12 versions - Latest release: about 1 month ago - 11.4 thousand downloads total - 1 stars on GitHub - 1 maintainer
fusebox 0.8.3
Mostly safe and sound append-only collection of trait objects.
11 versions - Latest release: 6 months ago - 1 dependent repositories - 3.75 thousand downloads total - 16 stars on GitHub - 1 maintainer
velcro_macros 0.5.4
Procedural macros used by the `velcro` crate. See `velcro` for documentation. It is not advised ...
9 versions - Latest release: over 1 year ago - 1 dependent package - 13 dependent repositories - 130 thousand downloads total - 62 stars on GitHub - 1 maintainer
collect-mac 0.1.0
This crate provides the `collect!` macro, which can be used to easily construct arbitrary collect...
1 version - Latest release: over 8 years ago - 10 dependent packages - 10 dependent repositories - 34.1 thousand downloads total - 4 stars on GitHub - 1 maintainer
broom 0.3.2 💰
An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection
8 versions - Latest release: over 1 year ago - 1 dependent repositories - 5.36 thousand downloads total - 247 stars on GitHub - 1 maintainer
goxoy-interpreter-broom 💰
An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection
1 version - Latest release: 12 days ago - 243 downloads total - 247 stars on GitHub - 1 maintainer
velcro_core 0.5.4
Core dependencies used by the `velcro` crate. See `velcro` for documentation. It is not advised ...
8 versions - Latest release: over 1 year ago - 1 dependent package - 12 dependent repositories - 129 thousand downloads total - 62 stars on GitHub - 1 maintainer
tc-table 0.7.0 💰
TinyChain's Table collection type
16 versions - Latest release: over 1 year ago - 3 dependent packages - 1 dependent repositories - 6.49 thousand downloads total - 46 stars on GitHub - 1 maintainer
tc-collection 0.4.0 💰
TinyChain's collection types
4 versions - Latest release: 4 months ago - 4 dependent packages - 1.94 thousand downloads total - 46 stars on GitHub - 1 maintainer
tc-btree 0.8.0 💰
TinyChain's BTree collection type
16 versions - Latest release: over 1 year ago - 4 dependent packages - 1 dependent repositories - 7.08 thousand downloads total - 46 stars on GitHub - 1 maintainer
tc-state 0.4.0 💰
TinyChain's general state enum
5 versions - Latest release: 4 months ago - 1 dependent package - 1.59 thousand downloads total - 46 stars on GitHub - 1 maintainer
pulz-bitset 0.1.0-alpha 💰
A simple bitset implementation
1 version - Latest release: over 2 years ago - 1 dependent package - 781 downloads total - 3 stars on GitHub - 1 maintainer
pocc 1.1.1
A CLI to play with postman collections(v2.1.0) inspired by [password-store](https://www.passwords...
5 versions - Latest release: 8 months ago - 1.34 thousand downloads total - 3 stars on GitHub - 1 maintainer
activation_functions 0.1.1
This is a collection of activation functions
2 versions - Latest release: almost 3 years ago - 1 dependent repositories - 1.04 thousand downloads total - 0 stars on GitHub - 1 maintainer
multiset 0.0.5
Multisets/bags
5 versions - Latest release: over 5 years ago - 8 dependent packages - 14 dependent repositories - 96.9 thousand downloads total - 9 stars on GitHub - 1 maintainer
stacktools 0.1.0 💰
Helper to deal with data structures.
1 version - Latest release: over 6 years ago - 803 downloads total - 3 stars on GitHub - 1 maintainer
data_structure_traits 0.1.12
data structure collection traits
13 versions - Latest release: over 5 years ago - 1 dependent package - 2 dependent repositories - 9.24 thousand downloads total - 2 stars on GitLab.com - 1 maintainer
dynstack 0.4.0
A stack for trait objects that minimizes allocations
6 versions - Latest release: about 4 years ago - 3.73 thousand downloads total - 119 stars on GitHub - 1 maintainer
rcgc 0.1.0
A tracing GC in safe Rust based on `Rc`
1 version - Latest release: over 5 years ago - 698 downloads total - 16 stars on GitHub - 1 maintainer
scratchbuffer 0.1.0-alpha.1 💰
A Vec<u8> like data-structure, that can be used as slices of different types
1 version - Latest release: over 1 year ago - 383 downloads total - 1 stars on GitHub - 1 maintainer
fixed_circular_buffer 0.2.2
A queue (the abstract data structure) implemented using a fixed size circular buffer
3 versions - Latest release: almost 9 years ago - 1 dependent repositories - 3.68 thousand downloads total - 3 stars on GitHub - 1 maintainer
willowtree 0.1.0
Lazily evaluated trees
1 version - Latest release: over 1 year ago - 355 downloads total - 1 maintainer
lhlist 0.1.1
Labeled heterogeneous lists
2 versions - Latest release: almost 5 years ago - 1.21 thousand downloads total - 9 stars on GitHub - 1 maintainer
bronze_gc 0.2.1
The Bronze garbage collector for Rust. This version only includes the API for creating and using ...
4 versions - Latest release: over 2 years ago - 1 dependent repositories - 2.55 thousand downloads total - 35 stars on GitHub - 1 maintainer
rand_map 0.1.0
A map that creates a random handle on insertion to use when retrieving
1 version - Latest release: almost 2 years ago - 356 downloads total - 0 stars on GitHub - 1 maintainer
bronze_derive 0.1.0
Plugin for bronze_gc to derive Trace and Finalize traits.
2 versions - Latest release: about 3 years ago - 1 dependent package - 1 dependent repositories - 2.26 thousand downloads total - 35 stars on GitHub - 1 maintainer
dynsequence 0.1.0-alpha.4 💰
Sequence-Like data-structure for storing dynamically sized types
4 versions - Latest release: about 1 year ago - 1.1 thousand downloads total - 1 stars on GitHub - 1 maintainer
illist 0.1.0
An indexable linked list implementation backed by a Vec
2 versions - Latest release: about 5 years ago - 1.11 thousand downloads total - 1 stars on GitHub - 1 maintainer
exotic-iter 0.1.2
My personal collection of special-case iterator methods
3 versions - Latest release: almost 4 years ago - 1.14 thousand downloads total - 0 stars on GitHub - 1 maintainer
multisets 0.0.0
A multiset implementation, currently based on a HashMap
1 version - Latest release: almost 2 years ago - 371 downloads total - 0 stars on GitHub - 1 maintainer
slice-ring-buffer 0.3.3
A double-ended queue that Deref's into a slice.
3 versions - Latest release: 6 months ago - 3 dependent packages - 1 dependent repositories - 53.4 thousand downloads total - 12 stars on GitHub - 1 maintainer
nested 0.1.1
A memory efficient container for nested collections (like `Vec<String>` or `Vec<Vec<T>>`)
2 versions - Latest release: about 4 years ago - 2 dependent packages - 934 dependent repositories - 2.73 million downloads total - 36 stars on GitHub - 1 maintainer
typed_index_collection 2.2.1
Manage collection of objects
9 versions - Latest release: about 1 year ago - 4 dependent packages - 9 dependent repositories - 48.4 thousand downloads total - 2 stars on GitHub - 1 maintainer
k2_tree 0.5.3
A space-efficient representation of sparsely populated bit-matrices.
15 versions - Latest release: about 2 years ago - 1 dependent repositories - 5.59 thousand downloads total - 16 stars on GitHub - 1 maintainer
sorted 0.2.0
Provides compile time guarantees for sorted sequences.
2 versions - Latest release: almost 7 years ago - 1.92 thousand downloads total - 3 stars on GitHub - 1 maintainer
generational_vector 0.3.0
A vector type using generational indices
4 versions - Latest release: over 1 year ago - 1.23 thousand downloads total - 1 stars on GitHub - 1 maintainer
colt 0.0.0
Collection traits
1 version - Latest release: about 4 years ago - 523 downloads total - 1 maintainer
stable-skiplist 0.1.1
Skiplist implementation in rust, providing fast insertion and removal. A normal skiplist is impl...
2 versions - Latest release: almost 8 years ago - 3.08 thousand downloads total - 1 maintainer
acco 0.0.0
Active collections, active containers
1 version - Latest release: about 4 years ago - 575 downloads total - 1 maintainer
nibble_vec 0.1.0
Vector data-structure for half-byte values.
6 versions - Latest release: almost 4 years ago - 2 dependent packages - 2,402 dependent repositories - 12.9 million downloads total - 5 stars on GitHub - 1 maintainer
shredder 0.2.0
Garbage collection as a library for Rust
4 versions - Latest release: almost 3 years ago - 4 dependent packages - 3 dependent repositories - 2.65 thousand downloads total - 265 stars on GitHub - 1 maintainer
lazy_concat 0.1.3
Lazy concatenation for Strings and Vecs
2 versions - Latest release: over 5 years ago - 1 dependent repositories - 1.24 thousand downloads total - 1 stars on GitHub - 1 maintainer
priority-queue-rs 0.1.26
Priority Queue is more specialized data structure than Queue. Like ordinary queue, priority queue...
24 versions - Latest release: almost 3 years ago - 7.54 thousand downloads total - 0 stars on GitHub - 1 maintainer
fast_forward 0.0.2
Quering collections blazing fast.
2 versions - Latest release: 7 months ago - 504 downloads total - 1 stars on GitHub - 1 maintainer
object-collection 0.0.5
A collection that can store multiple values of types.
5 versions - Latest release: over 1 year ago - 3 dependent packages - 3.55 thousand downloads total - 19 stars on GitHub - 1 maintainer