Crates.io | ic4 |
lib.rs | ic4 |
version | 0.0.2 |
source | src |
created_at | 2024-09-26 14:05:02.631476 |
updated_at | 2024-09-29 03:57:25.439223 |
description | A Rust bindings for IC Imaging Control 4 SDK from The Imaging Source. (Safe Part) |
homepage | https://github.com/MiyakoMeow/ic4-rs |
repository | https://github.com/MiyakoMeow/ic4-rs |
max_upload_size | |
id | 1387525 |
size | 245,464 |
For Windows platform, bindings from C headers.
See ic4-sys.
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.
Use ic4::DefaultExt::default_ext
instead.
All of api doc is copied from ic4-sys. Just for reference.