This is a tool to generate a Rust library to interact with exported functions from a Futhark file.
shell
genfut <Rust lib name> <futhark_file.fut>
bindings
module may not be generally portable. Use with caution.build.rs
```rust
use genfut::genfut;
fn main() {
genfut("
```