restapi 1.1.14

A secure-by-default rest api using hyper, tokio, bb8, kafka-threadpool, postgres, and prometheus for monitoring
Documentation
1
2
3
4
//! Async file io APIs (read/write)
//!
pub mod read_file_to_buf;
pub mod write_buf_to_file;