1 dépôt
Evaluates Rust code snippets interactively, preserving state across evaluations for REPL and notebook environments.
Distinct from Sequential Evaluation Engines: Distinct from Sequential Evaluation Engines: focuses on Rust-specific stateful evaluation, not general sequential evaluation on persistent agent instances.
Explore 1 awesome GitHub repository matching development tools & productivity · Stateful Rust Evaluators. Refine with filters or upvote what's useful.
EvalXR is an interactive Rust compiler that compiles code into dynamically loaded libraries for iterative evaluation without restarting the process. It serves as a Rust Jupyter kernel, a notebook runtime, and a REPL environment, all with state retention across evaluations. The project provides a stateful Rust evaluation engine that runs code snippets in isolated sandboxes while keeping functions and variables alive between executions. It supports cell-based execution, compiling Rust code into a shared library and loading it into the same process to preserve state, with an error-aware compilat
Evaluates Rust code snippets interactively while preserving state across evaluations for REPL and notebook environments.