ampl-sys 0.1.0

Low-level Rust FFI bindings to the AMPL C API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ampl-sys"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Low-level Rust FFI bindings to the AMPL C API"
readme = "README.md"
repository = "https://github.com/YOUR_NAME/ampl-sys"
categories = ["external-ffi-bindings"]
keywords = ["ffi", "ampl", "optimization"]
links = "ampl"

[dependencies]
libc = "0.2"

[build-dependencies]
bindgen = "0.71"