rusterlium / rustler

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

Import structs from a library #575

Closed Leastrio closed 10 months ago

Leastrio commented 10 months ago

Is there a way to import structs from another library in rust to elixir without having to rewrite the entire struct again? Been looking through the docs and cant find much on this.