コンテンツへスキップ
Rust Development with AI: From Zero to Production

Rust Development with AI: From Zero to Production

Comprehensive Rust programming course covering ownership, lifetimes, async/await, error handling, and integrating AI/ML libraries (candle, burn). Students build a CLI tool, a REST API with Actix-web, and an AI-powered text classifier.
担当者 OdooBot
最終更新 2026/04/06
メンバー 1
  • Module 1: Rust Fundamentals
    4レッスン ·
    • Ownership and Borrowing
    • Ownership and Borrowing - Quiz
      10 xp
    • Lifetimes in Rust
    • Error Handling in Rust
  • Module 2: Building Applications in Rust
    3レッスン ·
    • Creating a CLI Tool
    • Building REST APIs with Actix-web
    • Handling JSON in Rust
  • Module 3: Integrating AI with Rust
    3レッスン ·
    • Using Candle for AI Applications
    • Building an AI-Powered Text Classifier
    • Async Handling in AI Applications