Expand description
§odpic-sys
The crate provides low-level Rust bindings to ODPI-C.
§Usage
Put this in your Cargo.toml:
[dependencies]
odpic-sys = "0.1.0"The following Cargo features are supported:
-
separate_blockingseparates functions which may be blocked by network round-trips.When the feature is enabled, functions whose column
Round-Trips?value in ODPI-C Function Round-Trips isYesorMaybeare moved from the top-level module to theblockingmodule.
§Compile-time Requirements
See Compile-time Requirements.
§Relation between odpic-sys version and ODPI-C version
| odpic-sys version | ODPI-C version | RustTarget |
|---|---|---|
| 0.1.0 | 5.4.0 | 1.59 |
§License
Same with ODPI-C
Modules§
- functions which may be blocked by network-roundtrips
- This module provides constants in
dpiImpl.h.