| Crates.io | rust_tui_coder |
| lib.rs | rust_tui_coder |
| version | 1.0.0 |
| created_at | 2025-11-25 19:47:15.973503+00 |
| updated_at | 2025-11-26 23:27:58.246028+00 |
| description | AI-powered terminal coding assistant with interactive TUI, supporting multiple LLMs and comprehensive development tools |
| homepage | https://github.com/Ammar-Alnagar/Rust-Coder-CLI |
| repository | https://github.com/Ammar-Alnagar/Rust-Coder-CLI |
| max_upload_size | |
| id | 1950354 |
| size | 470,151 |
** Documentation has been reorganized into the
docs/folder for better organization.**
cargo install rust_tui_coder
Create a config.toml file:
[llm]
api_key = "your-api-key-here"
api_base_url = "https://api.openai.com/v1"
model_name = "gpt-4"
rct
A powerful terminal-based AI coding assistant that brings AI intelligence directly to your command line. Built with Rust for performance and reliability.
You: Create a Python script that calculates fibonacci numbers and run it
AI: I'll create the script and execute it...
[Creates fibonacci.py]
[Executes the script]
[Shows output: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34...]
The documentation is organized in the docs/ folder:
docs/
├── README_FULL.md # Complete project README
├── INDEX.md # Documentation navigation
├── GETTING_STARTED.md # Setup and first steps
├── EXAMPLES.md # 30+ usage examples
├── ARCHITECTURE.md # System design
├── API.md # Complete API reference
├── CONTRIBUTING.md # How to contribute
├── TESTING.md # Test suite (94 tests)
├── TROUBLESHOOTING.md # Common issues and fixes
├── PUBLISH.md # Publishing guide
├── IMPROVEMENTS_SUMMARY.md # Recent improvements
└── COMPLETION_REPORT.md # Development report
Start here: Documentation Index
We welcome contributions! See CONTRIBUTING.md for guidelines.
Licensed under either of:
at your option.
**Happy Coding! **