Skip to content

Coming from Rust (evaluator)

This page is a routing guide for Rust-first evaluators.

What you should do next

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 Result composition: Incan keeps map, map_err, and_then, or_else, inspect, and inspect_err rather than adding Python-style aliases, with callable arguments documented as Callable[...]