diff options
| author | A Farzat <a@farzat.xyz> | 2026-06-04 06:39:01 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-06-04 06:39:01 +0300 |
| commit | 6c0a5c33d18de9fb56f4f3804c790a86707add75 (patch) | |
| tree | b23d3b3052027e38fcb32f1ced3078dd9568cdb9 /src/lib.rs | |
| parent | f947b14863bba8cf2a06fc05c700a3623ada0c29 (diff) | |
| download | repo2markdown-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.rs | 2 |
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; |
