From 3bf55f98e743d4513f25f927a55f47b15561ad9e Mon Sep 17 00:00:00 2001 From: A Farzat Date: Sat, 20 Jun 2026 04:33:13 +0300 Subject: Add module docs for lib.rs --- src/lib.rs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index b6ed259..c35c0ea 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,12 @@ +//! Convert repository file lists into Markdown. +//! +//! `repo2markdown` reads null-separated path lists, normalizes paths, and renders selected files +//! into Markdown. It also exposes small utilities for wrapping Markdown in fences and editing +//! null-separated path lists. +//! +//! The crate is used by the main `repo2markdown` binary and by helper binaries such as +//! `r2md-fence`, `r2md-append`, `r2md-prepend`, and `r2md-remove`. + pub mod fence_wrapper; pub mod fenced_md_generator; pub mod logger; -- cgit v1.3.1