WolframResearch / wstp-rs

Rust bindings to the Wolfram Symbolic Transport Protocol (WSTP)
Apache License 2.0
21 stars 3 forks source link

bugfix: Replace reliance on `ref-cast` internals with `#[ref_cast_custom]` #39

Closed ConnorGray closed 2 years ago

ConnorGray commented 2 years ago

This PR removes older code that worked around the inability to have private or unsafe ref-cast methods (ref-cast #9), and replaces it with the fancy new #[ref_cast_custom] macro introduced in ref-cast #35.