rusterlium / rustler

Safe Rust bridge for creating Erlang NIF functions
https://docs.rs/crate/rustler
Apache License 2.0
4.24k stars 222 forks source link

Implement support for conversions of paths #608

Closed filmor closed 1 month ago

filmor commented 2 months ago

598

filmor commented 1 month ago

It could be, but I think it's a valid assumption that binaries from the BEAM that are supposed to represent strings are encoded UTF-8. If we ever get a request from someone who wants this to work with different encodings, we can act at that time :)