Crates.io | odpic-sys |
lib.rs | odpic-sys |
version | 0.1.0 |
source | src |
created_at | 2024-11-16 00:30:01.93767 |
updated_at | 2024-11-16 00:30:01.93767 |
description | Bindings to Oracle Database Programming Interface for C (ODPI-C). |
homepage | https://github.com/kubo/odpic-sys |
repository | https://github.com/kubo/odpic-sys |
max_upload_size | |
id | 1449773 |
size | 3,504,027 |
The crate provides low-level Rust bindings to ODPI-C.
Put this in your Cargo.toml
:
[dependencies]
odpic-sys = "0.1.0"
The following Cargo features are supported:
separate_blocking
separates 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 is Yes
or Maybe
are moved from the top-level
module to the [blocking
] module.
See Compile-time Requirements
.
odpic-sys version | ODPI-C version | RustTarget |
---|---|---|
0.1.0 | 5.4.0 | 1.59 |
Same with ODPI-C