neon-bindings / rfcs

RFCs for changes to Neon
Apache License 2.0
14 stars 9 forks source link

traceable Rust types #9

Open dherman opened 6 years ago

dherman commented 6 years ago

Is it possible to define Rust types that the JS GC can trace through? This was brought up in the main repo:

https://github.com/neon-bindings/neon/issues/63

RReverser commented 6 years ago

This could probably use https://github.com/Manishearth/rust-gc which already has the needed traits and derives in place.