#Ranvier 샘플 — 핵심 예제 재현
버전: 0.33.0 최종 업데이트: 2026-03-15 적용 대상: ranvier (facade) 카테고리: Patterns & Examples
정식 Ranvier 예제를 명령어, 예상 출력, 일반적인 복구 단계와 함께 실행합니다.
#명령어
# typed-state-tree 예제 실행
cargo run -p typed-state-tree
# basic-schematic 예제 실행
cargo run -p basic-schematic
# hello-world HTTP 예제 실행
cargo run -p hello-world#예상 출력
- typed-state-tree: 유효한 경로와 금지된 경로 케이스.
- basic-schematic: Schematic JSON 및 Axon 실행 출력.
- hello-world: HTTP 서버 시작 로그.
#관련 문서
- Ranvier 매뉴얼 — 핵심 런타임 가이드
- CLI 샘플 — CLI 아티팩트 생성