Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Any GC with Serde integration?
I've a parser where I previously tried to integrate the gc
crate, replacing Rc
nodes by Gc
, but have run into a lot of compiler errors due to lack of implementing Serialize + Deserialize
.
My type system will also rely on that: It'll use something like HashMap<ByAddress<Rc<Node>>, Symbol>
.
I wanted to avoid using an arena.
2 posts - 1 participant
🏷️ rust_feed