Skip to main content

Mountain/Cache/PathCanon/
CacheStats.rs

1#![allow(non_snake_case)]
2
3//! Diagnostic snapshot of the canonical-path cache.
4
5#[derive(Debug, Clone, Copy)]
6pub struct Struct {
7	pub Entries:usize,
8	pub WeightedSize:usize,
9}