odpic_sys/
dpi_impl.rs

1// odpic-sys - raw binding to ODPI-C
2//
3// URL: https://github.com/kubo/odpic-sys
4//
5//-----------------------------------------------------------------------------
6// Copyright (c) 2024-2025 Kubo Takehiro <kubo@jiubao.org>. All rights reserved.
7// This program is free software: you can modify it and/or redistribute it
8// under the terms of:
9//
10// (i)  the Universal Permissive License v 1.0 or at your option, any
11//      later version (http://oss.oracle.com/licenses/upl); and/or
12//
13// (ii) the Apache License v 2.0. (http://www.apache.org/licenses/LICENSE-2.0)
14//-----------------------------------------------------------------------------
15
16//! This module provides constants in [`dpiImpl.h`].
17//!
18//! Constants here don't follow semantic versioning because of non-public ones.
19//!
20//! [`dpiImpl.h`]: https://github.com/oracle/odpi/blob/main/src/dpiImpl.h
21
22include!("bindings_impl.rs");