Multi-Dimentional data which automatically assigns refrences between nodes

⚓ Rust    📅 2025-07-02    👤 surdeus    👁️ 6      

surdeus

Warning

This post was published 35 days ago. The information described in this article may have changed.

what type of crate handles multi-dimensional data well?
like, I am building a TUI, and I made a Node type with a left, right, up and down feilds
but i also have parents and children
I have to do, alot of assigments
any crate that can make this much easier? like lets say i want to put some peice of data next to another peice of data, it will update all other relevant peices of data to include it under the left feild, or right feild, and parents and children, rather than a dozen manual assignemtns

Example of this:

1 post - 1 participant

Read full topic

🏷️ rust_feed