Certification Program

Rust 실력을 공인받으세요

WIA-RUST-LEARN 인증 프로그램은 3단계로 구성됩니다.
Core에서 기초를, Expert에서 심화를, Master에서 전문가 수준을 검증합니다.
각 단계는 실무에서 필요한 핵심 역량을 명확하게 정의합니다.

Certification Path

🔷
Core
기초 문법 + 소유권
🔮
Expert
고급 패턴 + 동시성
👑
Master
시스템 프로그래밍 전문가

Your Progress

0
/ 23 Lessons
0
/ 19 Videos
0
/ 30 Exercises
0
/ 3 Projects
📋
Not Certified
Complete Level 0-2 to earn Core certification!

3-Tier Certification System

🔷
Core
Rust 기초 마스터

📋 Requirements

  • Level 0-2 완료 (Setup, Basics, Ownership) 11 lessons
  • 관련 비디오 시청 11 videos
  • 기초 실습 과제 완료 10 exercises
  • Core 시험 통과 75%+
🔮
Expert
고급 Rust 개발자

📋 Requirements

  • Core 인증 보유 Required
  • Level 3-4 완료 (Structure, Advanced) 8 lessons
  • CLI 프로젝트 구현 1 project
  • Expert 실기 시험 통과 80%+
👑
Master
Rust 전문가

📋 Requirements

  • Expert 인증 보유 Required
  • Level 5 완료 (Concurrency) 4 lessons
  • Async 프로젝트 + 오픈소스 기여 2 projects
  • Master 종합 시험 + 코드 리뷰 90%+

Exam Format

📝

Core Exam

객관식 + 단답형. 소유권 개념 집중 검증. 60분.

💻

Expert Exam

실기 시험. 코드 작성 및 디버깅. 90분.

🎯

Master Exam

종합 시험 + 프로젝트 코드 리뷰. 120분.

Skills by Certification Level

Skill 🔷 Core 🔮 Expert 👑 Master
Variables & Types
Functions & Control Flow
Ownership & Borrowing
Lifetimes
Structs & Enums -
Error Handling (Result, ?) -
Generics & Traits -
Smart Pointers (Box, Rc, RefCell) -
Threads & Channels - -
Async/Await - -
Unsafe Rust - -
Macros - -