code-search-cli 0.3.2

Intelligent code search tool for tracing text (UI text, function names, variables) to implementation code
Documentation
# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock

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

# OS
.DS_Store
Thumbs.db

# Test artifacts
*.profraw
*.profdata

# Debug files
debug_token
bench_data/