Modules§
- cargo_
utils - cli
- clipboard
- crate_
recreator_ py - crate_
recreator_ rs - file_
gatherer - resolver
- summarizer
- e_ai_summarize: A GenAI-powered Rust source code summarizer.
Structs§
Functions§
- emit_
literal - Decides if it should emit as raw string or escaped string
- make_
raw_ string_ literal - Generates a raw string literal using enough
#
to safely surround the input - preprocess_
text - sanitize
- Sanitizes the input string by removing non-printable control characters,
except for commonly used whitespace characters: newline (
\n
), carriage return (\r
), and tab (\t
).