Complex Rust Apps which Integrate An Undo/Redo System

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • history_tree

    A persistent history tree for undo/redo

    I don't know about complex, but here's an example

  • dipa

    dipa makes it easy to efficiently delta encode large Rust data structures.

    For diffing, I used json patch, which allows me to have a history of changes in an easy to serialize manner. There are other more efficient and space saving diffing libraries, such as this new one: https://github.com/chinedufn/dipa, however I found json patch is supported in a number of languages, easy to read and store in a db.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts