Crate stats_traits

Crate stats_traits 

Source

Modulesยง

dynamic_stat_types
Provides dynamic versions of the thread local stats. Dynamic here means that the name of the counter is being decided in runtime. If you use the define_stats! to define a dynamic stat then the pattern that is used to format the key and the arguments used in that pattern are statically checked.
field_stat_types
Provides struct field versions of the thread local stats.
stat_types
stats_manager