Expand description
A library for Cargo build scripts to build and link a Cabal foreign library to Rust crates. The crate calls out to Cabal and GHC; all necesssary Haskell dependencies must be installed and managed separately.
Everything is a work-in-progress!
§Example
For a basic usage example, see examples/basic
.
Re-exports§
pub use bindgen;
Structs§
Enums§
- Error
- Type for errors that may occur.
- Invocation
Error - An error that occurs when invoking
cabal
orghc-pkg
. - RTSVersion
- The version of the Haskell runtime library.
Type Aliases§
- Bindgen
Builder - Builder for the Rust bindings for the Haskell library.
- Result
- Alias for Result.