Struct rust_unixfs::dir::Cache
source · pub struct Cache { /* private fields */ }
Expand description
A cache of data structures used while traversing. Reduces allocations when walking over multiple path segments.
pub struct Cache { /* private fields */ }
A cache of data structures used while traversing. Reduces allocations when walking over multiple path segments.