| Crates.io | ddgg |
| lib.rs | ddgg |
| version | 0.10.1 |
| created_at | 2023-02-17 01:03:05.285489+00 |
| updated_at | 2024-01-17 19:16:22.817994+00 |
| description | A stable graph with undo/redo built in. |
| homepage | https://github.com/smj-edison/ddgg |
| repository | https://github.com/smj-edison/ddgg |
| max_upload_size | |
| id | 787155 |
| size | 42,602 |
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.
I don't have examples currently, but for basic usage look in src/graph_tests.rs.