Example / Experiments with passing Rust datatypes to Haskell using hs-bindgen

  • Example of passing a Rust struct to Haskell using hs-bindgen by first serializing it using borsh and deserializing the borsh in Haskell.

References: