jamsocket / aper

A Rust data structure library built on state machines.
https://aper.dev
MIT License
297 stars 12 forks source link

Is aper still actively developed? #38

Open obeavers opened 1 year ago

obeavers commented 1 year ago

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

paulgb commented 1 year ago

I'm glad you're finding it useful in combination with DriftDB - that's something I've wanted to try but haven't yet! Did you write a Rust/WASM client for DriftDB to make it work?

Aper hasn't been a top priority for me lately but mainly because the pieces I wanted are basically done. We use Aper for a few things (mostly demos, like https://word.red) at @drifting-in-space. With more time I'd write some more docs and implement a tree data structure with reparenting, but otherwise the core functionality is there.

I'll do a release now to bump the versions of dependencies, but if you run into other issues or see things that are out of date, let me know!