3 releases

Uses old Rust 2015

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

#718 in #gui

Download history 2/week @ 2024-02-12 17/week @ 2024-02-19 38/week @ 2024-02-26 15/week @ 2024-03-04 20/week @ 2024-03-11

90 downloads per month
Used in 2 crates

MIT license

24KB
278 lines

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.


lib.rs:

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.

Dependencies

~42KB