moniof 0.1.0

Actix middleware to monitor over-fetching and detect N+1 / overfetch database patterns (Mongo + SQL-agnostic)
Documentation
1
2
3
4
5
pub mod global;
pub mod http;

pub use global::{MoniOFGlobalConfig, initiate, global};
pub use http::MoniOFConfig;