rust-integration-services 0.5.22

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

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