ic4

Crates.ioic4
lib.rsic4
version0.0.2
sourcesrc
created_at2024-09-26 14:05:02.631476
updated_at2024-09-29 03:57:25.439223
descriptionA Rust bindings for IC Imaging Control 4 SDK from The Imaging Source. (Safe Part)
homepagehttps://github.com/MiyakoMeow/ic4-rs
repositoryhttps://github.com/MiyakoMeow/ic4-rs
max_upload_size
id1387525
size245,464
(MiyakoMeow)

documentation

https://docs.rs/ic4

README

A Rust bindings for IC Imaging Control 4 SDK from The Imaging Source

For Windows platform, bindings from C headers.

Build & Run Requirement

See ic4-sys.

Notice

  1. Call ic4::init_library before calling any other function of this crate.

  2. If possible, DO NOT use value in this crate generated from Default::default, as the value is from non-zerolized memory spaces.
    Use ic4::DefaultExt::default_ext instead.

Document Notice

All of api doc is copied from ic4-sys. Just for reference.

Commit count: 22

cargo fmt