springql-foreign-service 0.4.0

Foregin Sources / Sinks for SpringQL
Documentation
1
2
3
4
5
6
// 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.

//! Provides pseudo foreign services to springql-core for testing purpose.

pub mod sink;
pub mod source;