Coming from Rust (evaluator)¶
This page is a routing guide for Rust-first evaluators.
What you should do next¶
- Quickstart: Getting Started (make-first, with fallback when needed)
- Explanation:
- Interop: Rust Interop
- Error handling: Fallible and infallible paths
- Projects today: Projects today
- Reference surfaces:
- Stability: Stability policy + Release notes
- Evolution surfaces:
What to look for¶
- Clear boundaries: what exists today vs roadmap (especially for WASM/frontend)
- “Stable vs experimental” labeling without forcing you to read RFCs first
- Rust-shaped
Resultcomposition: Incan keepsmap,map_err,and_then,or_else,inspect, andinspect_errrather than adding Python-style aliases, with callable arguments documented asCallable[...]