provides the `js_str!` macro to generate a const instance of `boa_string:JsStr`
Tree-walking ECMAScript interpreter built on ecma-syntax-cat. Evaluates Script programs to Values with a persistent heap and lexical environment, plus native (Rust-implemented) callables for embedder-supplied built-ins. No mut, no Rc/Arc, no interior mutability, no panics, exhaustive matches. Comp-cat-rs reformulation of the Boa engine core, targeting Tauri integration.
Visual development environment for AI agents built with Rust Agent Development Kit (ADK-Rust)
ECMAScript lexer producing Spanned<Token> values for ecma-syntax-cat. ES2024 token surface (keywords, punctuators, all numeric forms, template literals with interpolation, regex literals with last-token disambiguation, ASCII identifiers). No panics, no Rc, no interior mutability.
ECMAScript abstract syntax tree as comp-cat-rs-idiomatic Rust types. ESTree-shaped, ES2024-complete, no panics, no Rc, no interior mutability. Foundation crate for boa-cat and related downstream tooling.
A sandboxed execution environment for AI agents via WASM
MD5 hash do epílogo XML TISS/ANS (Padrão TISS). Reverse-engineered + validado contra goldens reais privados + vetores sintéticos.
Core functionality for the tools-rs tool collection system