springql_foreign_service/
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//! Provides pseudo foreign services to springql-core for testing purpose.
4
5pub mod sink;
6pub mod source;