aper
aper copied to clipboard
A Rust data structure library built on state machines.
It would make it easier to explain/teach the principles behind Aper if I had a demonstration environment that could run locally in the browser. It would be implemented in the...
A to-do list example would be a good way to demonstrate: - The `List` data structure - The `StateMachine` derive macro It could use the [TodoMVC](https://todomvc.com/) styling.
In order to allow something like a Kanban board, we would want to have multiple data structures that items could be moved between. The best way to accomplish this would...
Aper should have a `Tree` data structure that would represent nestable data structures, such as: - Elements in a vector graphic that supports nested grouping (e.g. SVG, geojson) - Comments...
This looks like it solves a huge problem for us when combined with DriftDB - what is status here?