ampl-sys 0.1.0

Low-level Rust FFI bindings to the AMPL C API
docs.rs failed to build ampl-sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

ampl-sys

Low-level Rust bindings to the AMPL C API.

Requirements

This crate requires a local installation of AMPL.

Set environment variables:

export AMPL_INCLUDE=/path/to/ampl/include
export AMPL_LIB=/path/to/ampl/lib