springql/
lib.rs

1// This file is part of https://github.com/SpringQL/SpringQL which is licensed under MIT OR Apache-2.0. See file LICENSE-MIT or LICENSE-APACHE for full license details.
2
3#![doc = include_str!("lib.md")]
4#![deny(missing_debug_implementations, missing_docs)]
5#![deny(rustdoc::broken_intra_doc_links)]
6
7pub use springql_core::api::*;
8
9#[cfg(test)]
10mod tests {}