blob: fd50ad824d6682c39610c2f207ab5896ccf5fd41 [file] [log] [blame]
// Package memstore implements an in-memory version of the veyron2/storage API.
// The store is logged to a file, and it is persistent, but the entire state is
// also kept in memory at all times.
//
// The purpose of this fake is to explore the model. It is for testing; it
// isn't intended to be deployed.
package memstore