diff options
| author | A Farzat <a@farzat.xyz> | 2026-06-19 14:24:08 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-06-19 14:28:16 +0300 |
| commit | bab2e079e37d75777ebf2849db69bdcf94c0a615 (patch) | |
| tree | 9f76541cffb781bcdc9921409931f3117dadb1f7 /src/lib.rs | |
| parent | 82b2555d858cc94c4c9b5655ee820d80540ea509 (diff) | |
| download | repo2markdown-bab2e079e37d75777ebf2849db69bdcf94c0a615.tar.gz repo2markdown-bab2e079e37d75777ebf2849db69bdcf94c0a615.zip | |
Add functions to edit stdin path list
These would be used to create binaries that manipulate the input before
piping it back into repo2markdown.
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,5 +3,6 @@ pub mod fenced_md_generator; pub mod logger; pub mod md_generator; pub mod normalizer; +pub mod path_list_editor; pub mod renderer; mod util; |
