summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-06-12 03:26:50 +0300
committerA Farzat <a@farzat.xyz>2026-06-12 03:26:50 +0300
commit98b3ebcc9ab38e54bcbd6a7b1bd4f4f61aa3bd2e (patch)
tree30b1b3baf3267b301c58185166978b4f017fba06 /src/lib.rs
parent03bace764370010e0e5d4a1ae696779febc063a6 (diff)
downloadrepo2markdown-master.tar.gz
repo2markdown-master.zip
Rename to better reflect what functions/modules doHEADmaster
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 296f4f4..400b5b5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,6 @@
+pub mod fenced_md_generator;
pub mod logger;
-pub mod md_fence_wrapper;
+pub mod md_generator;
pub mod normalizer;
pub mod renderer;
-pub mod run;
mod util;