ic4 0.0.2

A Rust bindings for IC Imaging Control 4 SDK from The Imaging Source. (Safe Part)
docs.rs failed to build ic4-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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.