logoalt Hacker News

afdbcreidyesterday at 9:08 PM0 repliesview on HN

> I can't help to think that the approach of joining several distinct list into a single one in some way undercuts Rust's safety guarantees.

Not really. You just need to make the underlying fields private and provide methods to get slices to the data you need.