hdbconnect_impl 0.29.1

Common implementation of hdbconnect and hdbconnect_async; not for direct use
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# hdbconnect_impl

[![Latest version](https://img.shields.io/crates/v/hdbconnect_impl.svg)](https://crates.io/crates/hdbconnect_impl)
[![Documentation](https://docs.rs/hdbconnect_impl/badge.svg)](https://docs.rs/hdbconnect_impl)
[![License](https://img.shields.io/crates/l/hdbconnect_impl.svg)](https://github.com/emabee/hdbconnect_impl)

Major part of the implementation of both `hdbconnect` and `hdbconnect_async`.

## Direct use not recommended

Use [`hdbconnect`](https://crates.io/crates/hdbconnect)
if you want a synchronous rust driver for HANA.

Use [`hdbconnect_async`](https://crates.io/crates/hdbconnect_async)
if you want an asynchronous rust driver for HANA.