iup-sys 0.0.3

Raw IUP bindings for Rust
Documentation
  • Coverage
  • 0.38%
    1 out of 262 items documented0 out of 11 items with examples
  • Size
  • Source code size: 28.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.31 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • dcampbell24/rust-iup-sys
    5 4 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dcampbell24 thelink2012

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.