rust

DEV Community

All tests run on an 8-year-old MacBook Air (Intel). Every tool in my suite has to earn its place on this machine—if it can't run lean here, it doesn't ship. Developing for Android on macOS should be seamless, but the reality is different. "Android File Transfer" crashes mid-copy. ADB wrappers eat 400MB of RAM just to sit idle. Xcode updates break USB device detection. After years of fighting with…

aimachine-learningrust
DEV Community

Fitz is a new programming language built in Rust, with a gradually-typed compiler. The pitch: instead of stacking FastAPI + SQLAlchemy + python-jose + Celery + Pydantic + uvicorn + Alembic + typer on top of Python, the things they each solve live inside the language : HTTP routing, OpenAPI/AsyncAPI generation, async/await, JWT auth, password hashing, an ORM with a pure-Rust Postgres driver, schem…

computer-scienceprogramming-languagesrust
DEV Community

I built and published a Rust AI agent from scratch in my journey to learn Rust. GitHub : https://github.com/Tejas1Koli/rust-ai-agent crates.io : https: https://crates.io/crates/rust-ai-agent What it currently supports: • Local LLM execution with Ollama • DuckDuckGo web search • Async execution with Tokio • Structured logging • Typed configuration + validation • Cross-platform binaries (Linux/macO…

aimachine-learningrust