icey-sys 0.1.0

Raw Rust FFI bindings for icey.
Documentation
  • Coverage
  • 1.85%
    1 out of 54 items documented0 out of 4 items with examples
  • Size
  • Source code size: 17.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 829.15 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • nilstate/icey
    1362 353 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • auscaster

icey-sys

Raw Rust FFI bindings for icey.

This crate is the generated bindgen layer over icey's graft C ABI. Most Rust users should depend on the safe icey crate instead.

Native Link Contract

icey-sys owns the Cargo links = "icey_pipeline_capi" contract for libicy_pipeline_capi. Set ICEY_LIB_DIR to the directory containing that library when building runnable examples or tests.

The crate carries the public graft C headers needed for packaging and docs.rs builds. In a source checkout, build.rs prefers the repo headers so local ABI edits are reflected immediately.

Resources

License

LGPL-2.1-or-later, matching the parent project.