Module store

Source
Expand description

The store module, which provides a nice wrapper around a HashMap for maintaining variables. The Store struct is a basic wrapper around a HashMap. It is useful for maintaining variables and available functions.

Structsยง

Store