aper icon indicating copy to clipboard operation
aper copied to clipboard

A Rust data structure library built on state machines.

Results 6 aper issues
Sort by recently updated
recently updated
newest added

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...

examples

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.

examples

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-core
data-structures

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...

v1-milestone
aper-core
data-structures

This looks like it solves a huge problem for us when combined with DriftDB - what is status here?