summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-06-04 06:39:01 +0300
committerA Farzat <a@farzat.xyz>2026-06-04 06:39:01 +0300
commit6c0a5c33d18de9fb56f4f3804c790a86707add75 (patch)
treeb23d3b3052027e38fcb32f1ced3078dd9568cdb9 /src/lib.rs
parentf947b14863bba8cf2a06fc05c700a3623ada0c29 (diff)
downloadrepo2markdown-6c0a5c33d18de9fb56f4f3804c790a86707add75.tar.gz
repo2markdown-6c0a5c33d18de9fb56f4f3804c790a86707add75.zip
Add a renderer module to render markdown content
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..db4162d
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,2 @@
+pub mod normalizer;
+pub mod renderer;