Any GC with Serde integration?

⚓ Rust    📅 2025-07-12    👤 surdeus    👁️ 2      

surdeus

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

Read full topic

🏷️ rust_feed