Open justinbarclay opened 3 years ago
I'm curious if someone has made a Serde like serializer/deserializer for emacs-module-rs or if that's something that might be possible to implement?
It can be done for the Rust bindings of NodeJS: https://github.com/GabrielCastro/neon-serde. I think it's possible for Emacs Lisp, too.
Awesome, thanks for the reference :)
I'm curious if someone has made a Serde like serializer/deserializer for emacs-module-rs or if that's something that might be possible to implement?