[−][src]Module endbasic_std::store
Stored program manipulation and interactive editor.
Structs
| DelCommand | The |
| DirCommand | The |
| EditCommand | The |
| FileStore | An implementation of |
| InMemoryStore | An implementation of the store that records all data in memory only. |
| LoadCommand | The |
| Metadata | Metadata of an entry in the store. |
| NewCommand | The |
| RunCommand | The |
| SaveCommand | The |
Traits
| Program | Representation of the single program that we can keep in memory. |
| Store | Abstract operations to load and store programs on persistent storage. |
Functions
| add_all | Adds all program editing commands against the stored |