diff options
| author | A Farzat <a@farzat.xyz> | 2026-06-06 03:22:07 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-06-06 03:39:39 +0300 |
| commit | e26d589dc129faa3018546239fb2ac4675f5753c (patch) | |
| tree | c662ad8ef9a845b522456d66604f71573ab9b19e /src/util/mod.rs | |
| parent | ff88ff447bc5099146bc5d293ece56133467fb83 (diff) | |
| download | repo2markdown-e26d589dc129faa3018546239fb2ac4675f5753c.tar.gz repo2markdown-e26d589dc129faa3018546239fb2ac4675f5753c.zip | |
Move render_filename to utils as display_path
Diffstat (limited to 'src/util/mod.rs')
| -rw-r--r-- | src/util/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/mod.rs b/src/util/mod.rs new file mode 100644 index 0000000..1ba817e --- /dev/null +++ b/src/util/mod.rs @@ -0,0 +1 @@ +pub mod path_display; |
