summaryrefslogtreecommitdiff
path: root/src/util/mod.rs
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-06-20 16:58:01 +0300
committerA Farzat <a@farzat.xyz>2026-06-20 19:45:59 +0300
commitf54df9fd6d50030beee064bfd1415bad066107d2 (patch)
tree0d2a2eb67045dc76bdb281945d41d919cc22802b /src/util/mod.rs
parent4ec209d3863e913cffbe8c6e0a14a292820a2715 (diff)
downloadrepo2markdown-f54df9fd6d50030beee064bfd1415bad066107d2.tar.gz
repo2markdown-f54df9fd6d50030beee064bfd1415bad066107d2.zip
Extract paths_from_null_separated_bytes to utils
Diffstat (limited to 'src/util/mod.rs')
-rw-r--r--src/util/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/mod.rs b/src/util/mod.rs
index 24ba6fc..eda8605 100644
--- a/src/util/mod.rs
+++ b/src/util/mod.rs
@@ -1,3 +1,4 @@
pub mod fence;
pub mod language;
pub mod path_display;
+pub mod path_list;