minskylab/auto-rust
auto-rust is an experimental project that automatically generate Rust code with LLM (Large Language Models) during compilation, utilizing procedural macros.
Auto-Rust helps Rust developers quickly generate function implementations using large language models. Developers provide a function signature and a clear doc comment describing the desired behavior. It takes the signature and comments as input and outputs a working Rust function body, saving time on writing boilerplate or complex logic. This tool is designed for Rust programmers who want to leverage AI for code generation.
No commits in the last 6 months.
Use this if you are a Rust developer looking to accelerate your coding process by having an AI generate function implementations based on your specifications.
Not ideal if you need perfectly deterministic or highly complex code generation that requires deep project-wide context, as the tool is experimental and has limited awareness beyond the function's immediate scope.
Stars
46
Forks
3
Language
Rust
License
Apache-2.0
Category
Last pushed
Nov 12, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/minskylab/auto-rust"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rtk-ai/rtk
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust...
jnsahaj/lumen
Beautiful git diff viewer, generate commits with AI, get summary of changes, all from the CLI
jkawamoto/ctranslate2-rs
Rust bindings for OpenNMT/CTranslate2
Reim-developer/Sephera
Fast Rust CLI for codebase metrics and deterministic LLM context packs
Topos-Labs/infiniloom
High-performance repository context generator for LLMs - Transform codebases into optimized...