odpic-sys 0.1.1

Bindings to Oracle Database Programming Interface for C (ODPI-C).
Documentation
  • Coverage
  • 0.2%
    3 out of 1532 items documented0 out of 62 items with examples
  • Size
  • Source code size: 3.5 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 14.46 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • kubo/odpic-sys
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kubo

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.1 5.4.1 1.59
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.