rust/hg-core/src/lib.rs
changeset 52756 bbf1c52252ae
parent 52755 1b7a57a5b47a
--- a/rust/hg-core/src/lib.rs	Wed Dec 18 10:35:01 2024 -0500
+++ b/rust/hg-core/src/lib.rs	Wed Feb 05 17:35:52 2025 -0500
@@ -7,6 +7,7 @@
 mod ancestors;
 mod bdiff;
 pub mod dagops;
+pub mod encoding;
 pub mod errors;
 pub mod narrow;
 pub mod sparse;