rust-integration-services 0.5.26

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
10
11
12
13
14
#[cfg(feature = "sftp")]
mod sftp_auth_basic;
#[cfg(feature = "sftp")]
mod sftp_auth_private_key;
#[cfg(feature = "sftp")]
mod ssh_client;
#[cfg(feature = "sftp")]
pub mod sftp_client;
#[cfg(feature = "sftp")]
pub mod sftp_client_config;

#[cfg(feature = "sftp")]
#[cfg(test)]
mod test;