siodb/
lib.rs

1// Copyright (C) 2019-2020 Siodb GmbH. All rights reserved.
2// Use of this source code is governed by a license that can be found
3// in the LICENSE file.
4
5#![crate_name = "siodb"]
6#![crate_type = "dylib"]
7
8mod siodb;
9pub use siodb::SiodbConn;