Open dherman opened 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
This could probably use https://github.com/Manishearth/rust-gc which already has the needed traits and derives in place.
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