Haskell-Rust FFI
Find a file
Edsko de Vries 7685f363e2 Use std::error::Error (not std::io::Error)
This makes client code a bit easier to write, since we can then use `?;` in
more situations to just cast any kind of error.
2023-03-21 16:00:58 +01:00
haskell-ffi Use std::error::Error (not std::io::Error) 2023-03-21 16:00:58 +01:00
haskell-ffi-derive Initial push 2023-03-17 09:22:04 +01:00
.gitignore Initial push 2023-03-17 09:22:04 +01:00
Cargo.toml Initial push 2023-03-17 09:22:04 +01:00
LICENSE Initial commit 2023-01-23 09:06:17 +00:00
README.md Initial push 2023-03-17 09:22:04 +01:00
rust-toolchain.toml Initial push 2023-03-17 09:22:04 +01:00

Rust library for easy interop with Haskell