8 releases (breaking)

0.10.1 Jan 17, 2024
0.9.0 Nov 30, 2023
0.8.2 Oct 27, 2023
0.4.0 Feb 23, 2023
0.1.0 Feb 17, 2023

#993 in Algorithms

Download history 2/week @ 2024-01-18 9/week @ 2024-02-15 12/week @ 2024-02-22 4/week @ 2024-02-29 2/week @ 2024-03-07 8/week @ 2024-03-14 7/week @ 2024-03-28 8/week @ 2024-04-04

58 downloads per month

MIT/Apache

43KB
1K SLoC

Directional diffed generational graph

This is a graph library I created for another project I'm working on. There are many great graph libraries out there, but one thing that the don't have is built-in support for undo and redo. As I'm working on an editor, these are essential features. This is a very simple graph, but it provides all the essentials.

Examples

I don't have examples currently, but for basic usage look in src/graph_tests.rs.

Dependencies

~1.4–1.8MB
~42K SLoC