rust-integration-services 0.1.1

A modern, fast, and lightweight integration library written in Rust, designed for memory safety and stability.
Documentation
1
2
3
4
5
6
7
8
9
pub mod utils;
#[cfg(feature = "http")]
pub mod http;
#[cfg(feature = "file")]
pub mod file;
#[cfg(feature = "schedule")]
pub mod schedule;
#[cfg(feature = "sftp")]
pub mod sftp;