Module stat_id

Module stat_id 

Source
Expand description

Stat identifier module.

Provides the StatId type, which is an interned string identifier for stats. Uses Arc<str> for memory efficiency and fast comparison.

Structsยง

StatId
Interned string identifier for stats.