diff rust/hg-core/src/lib.rs @ 52166:1a8466fd904a

hg-core: add fncache module For now it's only a super simple trait. It will be used for calling back into Python soon, and later will be fleshed out into a full fncache.
author Rapha?l Gom?s <rgomes@octobus.net>
date Mon, 29 Jul 2024 20:28:42 +0200
parents e01e84e5e426
children bd8081e9fd62
line wrap: on
line diff
--- a/rust/hg-core/src/lib.rs	Thu Sep 26 13:55:26 2024 +0200
+++ b/rust/hg-core/src/lib.rs	Mon Jul 29 20:28:42 2024 +0200
@@ -14,6 +14,7 @@
 pub mod dirstate_tree;
 pub mod discovery;
 pub mod exit_codes;
+pub mod fncache;
 pub mod requirements;
 pub mod testing; // unconditionally built, for use from integration tests
 pub use dirstate::{