You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on a project where I own all the types in a complex struct, but because the standard library's Path/PathBuf can't be serialized over to Elixir, it's forcing me to create wrapper types. This would be a huge ergonomic benefit.
Happy to contribute a PR if this is straightforward.
Thanks for all your work on Rustler ❤️
The text was updated successfully, but these errors were encountered:
Would it be possible to implement Encoder/Decoder for Rust's Path/Pathbuf types?
I'm currently working on a project where I own all the types in a complex struct, but because the standard library's Path/PathBuf can't be serialized over to Elixir, it's forcing me to create wrapper types. This would be a huge ergonomic benefit.
Happy to contribute a PR if this is straightforward.
Thanks for all your work on Rustler ❤️
The text was updated successfully, but these errors were encountered: