Hacker News new | ask | show | jobs
by DeathArrow 1050 days ago
Ever tried to implement generic trees in Rust?
1 comments

Trees are easy. It's the desire to have backreferences - making it a graph - that kills you.