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.
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
-
Call
ic4::init_library
before calling any other function of this crate. -
If possible, DO NOT use value in this crate generated from
Default::default
, as the value is from non-zerolized memory spaces. Useic4::DefaultExt::default_ext
instead.
Document Notice
All of api doc is copied from ic4-sys. Just for reference.