This is just an experiment to demonstrate that:
- A Haskell package can call Rust code
- The Cabal package can be configured to automatically build the Rust dependency
nix build .builds the Haskell program.nix build .#rs_hello_worldbuilds the Rust library.nix developenters the development Shell for the Haskell program.