haskell-rust-ffi/haskell-ffi
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
..
src Use std::error::Error (not std::io::Error) 2023-03-21 16:00:58 +01:00
Cargo.toml Initial push 2023-03-17 09:22:04 +01:00