odbc 0.17.0

ODBC wrapper for idiomatic Rust
Documentation
1
2
3
//! Reexport odbc-sys as ffi
extern crate odbc_sys;
pub use self::odbc_sys::*;