odpic-sys

Crates.ioodpic-sys
lib.rsodpic-sys
version0.1.0
sourcesrc
created_at2024-11-16 00:30:01.93767
updated_at2024-11-16 00:30:01.93767
descriptionBindings to Oracle Database Programming Interface for C (ODPI-C).
homepagehttps://github.com/kubo/odpic-sys
repositoryhttps://github.com/kubo/odpic-sys
max_upload_size
id1449773
size3,504,027
Kubo Takehiro (kubo)

documentation

https://docs.rs/odpic-sys

README

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_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.

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

  1. the Universal Permissive License v 1.0 or at your option, any later version; and/or
  2. the Apache License v 2.0.
Commit count: 1

cargo fmt