Crates.io | libarena |
lib.rs | libarena |
version | 0.1.6 |
source | src |
created_at | 2021-10-04 03:12:02.972967 |
updated_at | 2021-10-20 23:14:45.099544 |
description | Arena allocated graph implementation |
homepage | |
repository | https://github.com/connormullett/arena/ |
max_upload_size | |
id | 459905 |
size | 6,337 |
Simple Rust implementation of arena allocated graphs.
Each graph starts with a root
as an entry point to the rest of the graph,
much like a tree.
Open a pull request