Expand description

A trait formulation of the Entry API, to make working with collections more flexible.

Particularly if you may need to do some number of unknown operations on multiple collections, it can be helpful to keep the current entries you’re working with so you don’t need to keep requesting them from the collection.

overuse is potentially confusing, but flexibility is powerful, and these functions can be used to create other useful operations on data structures.

Modules

This module contains stubbed out examples of what this API looks like for standard collections.

This module allows you to manipulate entries you have acquired

This module allows you to aquire entries from collections.

This module contains implementations of traits on collections, and struct definitions for the entries pertaining to those collections.