cabal-foreign-library 0.1.1

A library for Cargo build scripts to build and link a Cabal foreign-library as a Rust crate.
Documentation

cabal-foreign-library

[!WARNING] The current state of this is very bare-bones and very much a work-in-progress.

A Cargo build script library that helps to dynamically link a Rust project to a Cabal foreign library.

See crates/example-foo for a basic usage example.