Haskell-Rust FFI
Find a file
Edsko de Vries 792680d016
Merge pull request #2 from BeFunctional/edsko/generalize-error
Use `std::error::Error` (not `std::io::Error`)
2023-03-21 15:43:10 +00: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