Documentation
README
Explain code behavior in detail
Explains how code works in detail.
Usage
# Show a file and ask for explanation
cat <file>
"Explain how this code works"
Basic Examples
# Understand Rust ownership
cat main.rs
"Explain the ownership and lifetimes in this Rust code"
# Explain an algorithm
grep -A 50 "quicksort" sort.rs
"How does this sorting work? What's its time complexity?"
# Explain design patterns
cat factory.rs
"What design pattern is this? What are the benefits?"
Collaboration with Claude
This is the opening of the README. Read the full README on GitHub.