moneta_fn 0.2.5

A set of macros to function profiling
Documentation
1
2
3
4
5
6
7
8
extern crate self as moneta_fn;

pub use ::hashbrown;
pub use ::once_cell;
pub use moneta_fn_macros::{count, get_cache, get_counter, moneta, reset_count};

#[cfg(test)]
mod tests;