A lot of the Rust Haskell interop examples out there are for small, synchronous libraries. They also tend to omit how to actually package the Rust library. We’ll take a look at challenges and solutions for how to integrate a Tokio-based Rust library with Haskell.