What problem does it solve?
This Skill provides expert guidance and implementation patterns for building high-performance, memory-safe applications using Rust, covering modern features, web frameworks, async runtimes, and database interactions.
Core Features & Use Cases
- Web Services: Develop robust, low-latency REST APIs with Axum and Tokio.
- Systems Programming: Build memory-safe CLI tools and concurrent systems.
- WebAssembly: Compile Rust code for efficient browser or serverless execution.
- Use Case: You need to build a microservice that processes a high volume of real-time data with minimal latency. This Skill provides the patterns for setting up an Axum API, handling async operations with Tokio, and interacting with a database using SQLx.
Quick Start
Use the moai-lang-rust skill to create a basic Axum REST API with a health check endpoint.