Crate bringing gotos to Rust.
A procedural macro that adds C-style goto to Rust via label!() and goto!() macros.
Neo N3 NEF decompiler: parse, disassemble, lift bytecode to high-level pseudocode and C# skeletons, with a CLI, JSON reports, and optional WebAssembly bindings.
A highly parallel Perl 5 interpreter written in Rust
AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.
Headless browser engine with CDP support
Chrome DevTools Protocol server for browser automation
Core browser engine: Browser, Session, Page, Frame lifecycle
DOM and WebAPI implementations backed by html5ever
A lightweight, SVG-based Turtle graphics implementation for Rust, inspired by Python's turtle module.
Penne is a pasta-oriented programming language that favors the goto-statement for flow control.
Puppeteer-inspired high-level browser automation SDK for Rust