SyncTree
A crate providing tree implementation with multithreading support.
use NodeArena;
let ref arena = with_capacity;
let root = tree!;
This code creates a following tree:
A crate providing tree implementation with multithreading support.
use NodeArena;
let ref arena = with_capacity;
let root = tree!;
This code creates a following tree: