view rust/hg-core/src/dirstate_tree.rs @ 52177:3d797007905d

rust: populate mmaps in a separate thread if possible Same rationale as b619ba39d10a.
author Rapha?l Gom?s <rgomes@octobus.net>
date Thu, 01 Aug 2024 11:27:20 +0200
parents 3d0a9c6e614d
children
line wrap: on
line source

pub mod dirstate_map;
pub mod on_disk;
pub mod owning;
pub mod path_with_basename;
pub mod status;