[][src]Module rustupolis::store

Module Store

A Store is an associative memory which stores and retrieves tuples. Any data structure that implements the store trait can be used for storing tuples.

Structs

SimpleStore

A simple, naive in-memory implementation of a Store.

Traits

Store

A Store is an associative memory which stores and retrieves tuples. Implementors should only store defined tuples.