3 releases

Uses old Rust 2015

0.0.3 Jun 1, 2015
0.0.2 May 30, 2015
0.0.1 May 30, 2015

#2382 in #bindings

Download history

64 downloads per month
Used in 2 crates

MIT license

24KB
278 lines

Rust low level bindings for IUP -- A Portable User Interface Toolkit

These bindings follow what is found in iup.h as closely as possibly with the following exceptions:

  1. C function-like macros have been converted into functions.
  2. Items that were marked as old or deprecated have been removed.

IUP-SYS Rust

Build Status Crates.io

These are low level Rust bindings to IUP. Bindings to CD and IM are not included.

Installation

To use this library you must install IUP. See download tips for more information. Note that this crate only links with IUP, not IM or CD.

After installing IUP, add this crate as a dependecny in your Cargo.toml file:

[dependencies]
iup-sys = "0.0"

License

This project is licensed under the MIT license. See LICENSE for the full license and LICENSE-TECGRAF for the license of the IUP library this library binds to.

Dependencies

~42KB