claude-code-rust 0.3.0

A native Rust terminal interface for Claude Code
Documentation
# Generated by Cargo
# Will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo-mutants
**/mutants.out*/

# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Environment
.env
.env.local
node_modules/
.npm-cache/

# Local Claude Code config
.claude/

# Local Codex config
.codex/

# Logs for testing
*.log

# Personal Notes etc.
/notes
/analysis/
/AGENTS.md