In this example, we start by creating a simple write-only key-value store, then proceed to augment its functionality with various capabilities, such as reading from the store, iterating over its members, and creating backups.
<<_baseline_tutorial.md>>
Each of the following sections explores one potential way that we could iterate on the original design. Rather than building on one another sequentially, each presents an independent way in which the base case presented above may be modified or improved.
<<_add_read_item_tutorial.md>>
<<_use_generic_values_tutorial.md>>
<<_support_trees_tutorial.md>>
<<_add_iterator_tutorial.md>>
<<_support_exports_tutorial.md>>