Docs.rs
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Releases
Recent crates failed to build
Recent
Stars
Recent Failures
Failures By Stars
Activity
Queue
web-api-cat-0.7.2
Bindings between boa-cat (JS engine) and the DOM (html-cat tree) plus fetch (net-cat). v0.7.2 closes the loop on inline `style="..."`: build_element parses the attribute at construction time into camelCase keys on the element's `style` Object (so `<div style="font-size: 14px">` gives `el.style.fontSize === '14px'`), and `extract_document` serialises the post-eval `style` Object back into a kebab-case `style` attribute on the dom-cat element (so `el.style.color = 'blue'` reaches layout-cat / paint-cat through the standard attribute channel). Seventh sub-crate of a Servo-replacement webview runtime targeting Tauri.
9 hours ago
aa-cli-0.0.1-alpha.8
aasm — command-line tool for Agent Assembly
9 hours ago
web-api-cat-0.7.1
Bindings between boa-cat (JS engine) and the DOM (html-cat tree) plus fetch (net-cat). v0.7.1 upgrades `fetch(url)` to return a `Promise<Response>` matching the DOM Fetch API shape: success becomes a resolved Promise carrying the response Object; bad URL / argument errors become a rejected Promise with a `TypeError:`-prefixed string reason; `response.text()` returns a resolved `Promise<string>` of the body; `response.json()` is a rejected-stub deferring to `JSON.parse(await r.text())` (ecma-runtime-cat already exposes JSON.parse). Scripts now use `await fetch(url)` and `fetch(url).then(r => r.text())` end-to-end through the engine's microtask driver. Seventh sub-crate of a Servo-replacement webview runtime targeting Tauri.
9 hours ago
aa-gateway-0.0.1-alpha.8
Control plane — policy enforcement engine and agent registry for Agent Assembly
9 hours ago
web-api-cat-0.7.0
Bindings between boa-cat (JS engine) and the DOM (html-cat tree) plus fetch (net-cat). v0.7.0 opens the Storage chapter: `localStorage` and `sessionStorage` ship as Storage-shaped Objects exposing `getItem` / `setItem` / `removeItem` / `clear` / `key` plus a `length` accessor; the `window` global is now a proper Object whose `document` / `localStorage` / `sessionStorage` properties point at the matching top-level bindings. Hosts seed pre-eval and read post-eval via `lookup_local_storage` / `seed_storage` / `read_storage_items`, mirroring the v0.4 cookie pattern. Seventh sub-crate of a Servo-replacement webview runtime targeting Tauri.
10 hours ago
taktora-connector-zenoh-0.2.14
Zenoh reference connector for the taktora-connector framework. Implements BB_0040 (FEAT_0042).
10 hours ago
taktora-connector-ethercat-0.4.4
EtherCAT reference connector for the taktora-connector framework. Implements BB_0030 (FEAT_0041).
10 hours ago
taktora-connector-can-0.1.15
CAN (SocketCAN) reference connector for the taktora-connector framework. Implements BB_0070 (FEAT_0046).
10 hours ago
taktora-connector-host-0.1.15
ConnectorHost / ConnectorGateway builders and the framework's `Connector` trait. Implements BB_0005.
10 hours ago
taktora-executor-tracing-0.1.14
tracing-based Observer for taktora-executor.
10 hours ago
taktora-executor-0.4.1
Execution framework for iceoryx2-based Rust applications.
10 hours ago
aa-proxy-0.0.1-alpha.8
Sidecar traffic interception proxy for Agent Assembly
10 hours ago
kitten_tts_mini_rlx-0.2.7
RLX native KittenTTS graph decomposed from ONNX (weights downloaded separately)
10 hours ago
aa-runtime-0.0.1-alpha.8
Tokio async runtime wrapper and lifecycle management for Agent Assembly
10 hours ago
aa-ebpf-0.0.1-alpha.8
eBPF-based kernel-level monitoring hooks for Agent Assembly
10 hours ago
vtcode-0.128.2
A Rust-based terminal coding agent with modular architecture supporting multiple LLM providers
10 hours ago
vtcode-config-0.128.2
Config loader components shared across VT Code and downstream adopters
11 hours ago
symbolique-0.1.1
Symbol table pipeline for language servers — parse, link, merge, and resolve symbols across files, built on the laburnum LSP framework.
12 hours ago
crosslink-0.9.0-beta.1
A synced issue tracker CLI for multi-agent AI development
12 hours ago
halley-wl-0.4.0
Wayland backend and rendering implementation for the Halley Wayland compositor.
12 hours ago
sa-token-plugin-tide-0.1.17
Tide framework integration for sa-token-rust - All-in-one package
13 hours ago
autorun-0.1.0
A simple tool to manage autorun entries on Windows
13 hours ago
vtcode-0.128.0
A Rust-based terminal coding agent with modular architecture supporting multiple LLM providers
13 hours ago
oxi-sdk-0.32.1
oxi AI agent SDK — build isolated, multi-agent AI systems
13 hours ago
oxi-agent-0.32.1
Agent runtime with tool-calling loop for AI coding assistants
13 hours ago
tree-sitter-language-pack-1.9.0-rc.40
Core library for tree-sitter language pack - provides compiled parsers for 306 languages
13 hours ago
ktstr-0.14.0
Test harness for Linux process schedulers
13 hours ago
vtcode-config-0.128.0
Config loader components shared across VT Code and downstream adopters
13 hours ago
barretenberg-rs-4.4.0-nightly.20260613
Rust bindings for Barretenberg, a C++ cryptographic library for zero-knowledge proofs
13 hours ago
servo-tracing-0.3.0
A component of the servo web-engine.
14 hours ago
Previous Page
Next Page