Thanks to visit codestin.com
Credit goes to lib.rs

#stack #data-structures-collection #map

colliflower

Implements various collection data structures

1 unstable release

Uses new Rust 2024

0.1.0 Sep 11, 2025

#2574 in Data structures

MIT/Apache

64KB
539 lines

A collection of collections

Currently Implemented Collections

  • ContextManager -- treats a collection of hash maps as one
  • Stack -- a last-in-first out data structure

No runtime deps