<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Docs.rs</title>
    <subtitle>Recent Rust crates</subtitle>

    <link href="https://docs.rs/releases/feed" rel="self" />
    <link href="https://docs.rs/" />
    <link href="https://pubsubhubbub.appspot.com" rel="hub" />
    <link href="https://pubsubhubbub.superfeedr.com" rel="hub" />

    <id>urn:docs-rs:0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )</id>
    <updated>2026-07-30T22:01:51.262984+00:00</updated>

        <entry>
            <title>tishlang_opt-3.0.0</title>

            <link href="/tishlang_opt/3.0.0/tishlang_opt/" />
            <id>urn:docs-rs:tishlang_opt:3.0.0</id>
            <updated>
            2026-07-30T22:01:51.262984+00:00</updated>

            <summary>AST optimization pass for Tish (constant folding, short-circuit, etc.)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>tishlang_builtins-3.0.0</title>

            <link href="/tishlang_builtins/3.0.0/tishlang_builtins/" />
            <id>urn:docs-rs:tishlang_builtins:3.0.0</id>
            <updated>
            2026-07-30T22:01:49.543653+00:00</updated>

            <summary>Shared builtin implementations for Tish (array, string, object, math)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>tishlang_parser-3.0.0</title>

            <link href="/tishlang_parser/3.0.0/tishlang_parser/" />
            <id>urn:docs-rs:tishlang_parser:3.0.0</id>
            <updated>
            2026-07-30T22:01:45.836642+00:00</updated>

            <summary>Tish recursive descent parser</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>tishlang_ui-3.0.0</title>

            <link href="/tishlang_ui/3.0.0/tishlang_ui/" />
            <id>urn:docs-rs:tishlang_ui:3.0.0</id>
            <updated>
            2026-07-30T22:01:36.530945+00:00</updated>

            <summary>Shared JSX lowering and UI runtime (vnode, hooks, host protocol) for Tish</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>tishlang_lexer-3.0.0</title>

            <link href="/tishlang_lexer/3.0.0/tishlang_lexer/" />
            <id>urn:docs-rs:tishlang_lexer:3.0.0</id>
            <updated>
            2026-07-30T22:01:35.365591+00:00</updated>

            <summary>Tish lexer with indent normalization and tab/space handling</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>tishlang_jsx_web-3.0.0</title>

            <link href="/tishlang_jsx_web/3.0.0/tishlang_jsx_web/" />
            <id>urn:docs-rs:tishlang_jsx_web:3.0.0</id>
            <updated>
            2026-07-30T22:01:35.140633+00:00</updated>

            <summary>Workspace placeholder; Lattish runtime is the lattish npm/git repo (not vendored here)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>tishlang_resolve-3.0.0</title>

            <link href="/tishlang_resolve/3.0.0/tishlang_resolve/" />
            <id>urn:docs-rs:tishlang_resolve:3.0.0</id>
            <updated>
            2026-07-30T22:01:31.018625+00:00</updated>

            <summary>Lexical name resolution for Tish (LSP, tooling)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>tishlang_core-3.0.0</title>

            <link href="/tishlang_core/3.0.0/tishlang_core/" />
            <id>urn:docs-rs:tishlang_core:3.0.0</id>
            <updated>
            2026-07-30T22:01:28.730589+00:00</updated>

            <summary>Shared Value type and utilities for Tish (used by interpreter and runtime)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>tishlang_ffi-3.0.0</title>

            <link href="/tishlang_ffi/3.0.0/tishlang_ffi/" />
            <id>urn:docs-rs:tishlang_ffi:3.0.0</id>
            <updated>
            2026-07-30T22:01:28.173755+00:00</updated>

            <summary>Stable C ABI for tish native extensions — opaque value handles + extern &#38;quot;C&#38;quot; accessors so a cdylib (native) or wasm host-import module can interoperate with any tish backend without sharing tish_core&#38;apos;s Rust types. Workstream B (full-backend-parity-plan.md).</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>tishlang_ast-3.0.0</title>

            <link href="/tishlang_ast/3.0.0/tishlang_ast/" />
            <id>urn:docs-rs:tishlang_ast:3.0.0</id>
            <updated>
            2026-07-30T22:01:23.739243+00:00</updated>

            <summary>Tish AST types and span info</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>tishlang_build_utils-3.0.0</title>

            <link href="/tishlang_build_utils/3.0.0/tishlang_build_utils/" />
            <id>urn:docs-rs:tishlang_build_utils:3.0.0</id>
            <updated>
            2026-07-30T22:01:18.619946+00:00</updated>

            <summary>Shared build utilities for Tish (workspace discovery, path resolution)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>nest-rs-database-1.2.0</title>

            <link href="/nest-rs-database/1.2.0/nest_rs_database/" />
            <id>urn:docs-rs:nest-rs-database:1.2.0</id>
            <updated>
            2026-07-30T22:01:17.103048+00:00</updated>

            <summary>ORM-agnostic data-layer seam for NestRS: the ambient request/job Executor task-local plus the object-safe Executor trait an ORM module implements. SeaORM is the first-party implementation (nest-rs-seaorm), and the trait is public so other stores can be written against it.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>nest-rs-graphql-macros-1.2.0</title>

            <link href="/nest-rs-graphql-macros/1.2.0/nest_rs_graphql_macros/" />
            <id>urn:docs-rs:nest-rs-graphql-macros:1.2.0</id>
            <updated>
            2026-07-30T22:01:16.145485+00:00</updated>

            <summary>Internal — GraphQL decorator macros (#[graphql], #[resolver]); re-exported by nest-rs-graphql, not a direct dependency.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>tokio-graceful-shutdown-0.20.0</title>

            <link href="/tokio-graceful-shutdown/0.20.0/tokio_graceful_shutdown/" />
            <id>urn:docs-rs:tokio-graceful-shutdown:0.20.0</id>
            <updated>
            2026-07-30T22:01:13.897417+00:00</updated>

            <summary>Utilities to perform a graceful shutdown on a Tokio based service.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>nest-rs-filters-1.2.0</title>

            <link href="/nest-rs-filters/1.2.0/nest_rs_filters/" />
            <id>urn:docs-rs:nest-rs-filters:1.2.0</id>
            <updated>
            2026-07-30T22:01:09.871124+00:00</updated>

            <summary>Transport-spanning error-mapping filters for NestRS — one Layer System sub-trait that turns inner errors into responses on HTTP, GraphQL, and WS, declared globally via `use_filters_global` or per-scope through `#[use_filters]`.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>nest-rs-http-1.2.0</title>

            <link href="/nest-rs-http/1.2.0/nest_rs_http/" />
            <id>urn:docs-rs:nest-rs-http:1.2.0</id>
            <updated>
            2026-07-30T22:01:05.685093+00:00</updated>

            <summary>HTTP transport for NestRS: HttpTransport, Controller trait and HttpControllerMeta, built on top of poem.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>nest-rs-exception-filters-1.2.0</title>

            <link href="/nest-rs-exception-filters/1.2.0/nest_rs_exception_filters/" />
            <id>urn:docs-rs:nest-rs-exception-filters:1.2.0</id>
            <updated>
            2026-07-30T22:01:05.667147+00:00</updated>

            <summary>Typed exception filters for NestRS — each filter declares the concrete error it claims and only catches matching errors; distinct from the unconditional error-mapping `Filter`.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>cargo-unmaintained-2.0.3</title>

            <link href="/cargo-unmaintained/2.0.3/cargo_unmaintained/" />
            <id>urn:docs-rs:cargo-unmaintained:2.0.3</id>
            <updated>
            2026-07-30T22:01:01.813385+00:00</updated>

            <summary>Find unmaintained packages in Rust projects</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>nest-rs-pipes-1.2.0</title>

            <link href="/nest-rs-pipes/1.2.0/nest_rs_pipes/" />
            <id>urn:docs-rs:nest-rs-pipes:1.2.0</id>
            <updated>
            2026-07-30T22:00:23.563066+00:00</updated>

            <summary>Transport-agnostic validation &#38;amp; transformation pipes for NestRS, applied at the request boundary by the transport that owns it.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ik-llama-cpp-2-0.1.7</title>

            <link href="/ik-llama-cpp-2/0.1.7/ik_llama_cpp_2/" />
            <id>urn:docs-rs:ik-llama-cpp-2:0.1.7</id>
            <updated>
            2026-07-30T22:00:19.096057+00:00</updated>

            <summary>ik_llama.cpp bindings for Rust (SOTA quants + MTP)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ferrocat-cli-3.2.2</title>

            <link href="/crate/ferrocat-cli/3.2.2" />
            <id>urn:docs-rs:ferrocat-cli:3.2.2</id>
            <updated>
            2026-07-30T22:00:07.510014+00:00</updated>

            <summary>Command-line interface for Ferrocat catalog audit workflows.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ferrocat-3.2.2</title>

            <link href="/ferrocat/3.2.2/ferrocat/" />
            <id>urn:docs-rs:ferrocat:3.2.2</id>
            <updated>
            2026-07-30T22:00:02.555113+00:00</updated>

            <summary>Rust-first gettext and ICU toolkit for PO parsing, catalog updates, and MessageFormat parsing.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ik-llama-cpp-sys-0.1.7</title>

            <link href="/ik-llama-cpp-sys/0.1.7/ik_llama_cpp_sys/" />
            <id>urn:docs-rs:ik-llama-cpp-sys:0.1.7</id>
            <updated>
            2026-07-30T21:59:59.972845+00:00</updated>

            <summary>Low level bindings to ik_llama.cpp (ikawrakow&#38;apos;s SOTA-quant fork)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ferrocat-po-3.2.2</title>

            <link href="/ferrocat-po/3.2.2/ferrocat_po/" />
            <id>urn:docs-rs:ferrocat-po:3.2.2</id>
            <updated>
            2026-07-30T21:59:57.530474+00:00</updated>

            <summary>Performance-first PO parsing, serialization, and catalog update primitives for ferrocat.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ferrocat-icu-3.2.2</title>

            <link href="/ferrocat-icu/3.2.2/ferrocat_icu/" />
            <id>urn:docs-rs:ferrocat-icu:3.2.2</id>
            <updated>
            2026-07-30T21:59:54.968005+00:00</updated>

            <summary>Compact, Rust-native ICU MessageFormat parsing primitives for ferrocat.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>nest-rs-config-1.2.0</title>

            <link href="/nest-rs-config/1.2.0/nest_rs_config/" />
            <id>urn:docs-rs:nest-rs-config:1.2.0</id>
            <updated>
            2026-07-30T21:59:44.303518+00:00</updated>

            <summary>Configuration loading for NestRS apps — namespaced env mapping bound to typed pinned configs.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-sdk-0.40.0</title>

            <link href="/codewandler-flux-sdk/0.40.0/flux_sdk/" />
            <id>urn:docs-rs:codewandler-flux-sdk:0.40.0</id>
            <updated>
            2026-07-30T21:59:42.160998+00:00</updated>

            <summary>flux high-level library API: build a tool-enabled, policy-gated agent and run turns</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>nest-rs-core-1.2.0</title>

            <link href="/nest-rs-core/1.2.0/nest_rs_core/" />
            <id>urn:docs-rs:nest-rs-core:1.2.0</id>
            <updated>
            2026-07-30T21:59:41.059588+00:00</updated>

            <summary>Core building blocks (DI container, module trait, lifecycle, access graph) for the NestRS framework.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>nest-rs-http-macros-1.2.0</title>

            <link href="/nest-rs-http-macros/1.2.0/nest_rs_http_macros/" />
            <id>urn:docs-rs:nest-rs-http-macros:1.2.0</id>
            <updated>
            2026-07-30T21:59:38.891629+00:00</updated>

            <summary>Internal — HTTP decorator macros (#[controller], #[routes], verb attributes, #[interceptor]); re-exported by nest-rs-http, not a direct dependency.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-web-0.40.0</title>

            <link href="/codewandler-flux-web/0.40.0/codewandler_flux_web/" />
            <id>urn:docs-rs:codewandler-flux-web:0.40.0</id>
            <updated>
            2026-07-30T21:59:30.895195+00:00</updated>

            <summary>flux native web capabilities: arbitrary HTTP (http.request), readable-markdown fetch, and non-visual browser use — all under one scoped `web` egress policy</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>nest-rs-core-macros-1.2.0</title>

            <link href="/nest-rs-core-macros/1.2.0/nest_rs_core_macros/" />
            <id>urn:docs-rs:nest-rs-core-macros:1.2.0</id>
            <updated>
            2026-07-30T21:59:25.947800+00:00</updated>

            <summary>Internal — surface-agnostic NestRS decorators (#[injectable], #[module], #[hooks]); re-exported by nest-rs-core, not a direct dependency.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>nest-rs-config-macros-1.2.0</title>

            <link href="/nest-rs-config-macros/1.2.0/nest_rs_config_macros/" />
            <id>urn:docs-rs:nest-rs-config-macros:1.2.0</id>
            <updated>
            2026-07-30T21:59:21.864372+00:00</updated>

            <summary>Internal — the #[config] decorator macro; re-exported by nest-rs-config, not a direct dependency.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>nest-rs-codegen-1.2.0</title>

            <link href="/nest-rs-codegen/1.2.0/nest_rs_codegen/" />
            <id>urn:docs-rs:nest-rs-codegen:1.2.0</id>
            <updated>
            2026-07-30T21:59:19.053614+00:00</updated>

            <summary>Internal — shared syn/quote helpers every NestRS *-macros crate is built from; not a direct dependency (third-party macro crates may also use it).</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-providers-0.40.0</title>

            <link href="/codewandler-flux-providers/0.40.0/flux_providers/" />
            <id>urn:docs-rs:codewandler-flux-providers:0.40.0</id>
            <updated>
            2026-07-30T21:59:08.765520+00:00</updated>

            <summary>flux&#38;apos;s concrete LLM providers — the shared Anthropic Messages protocol core plus the Anthropic, OpenAI, OpenRouter, and Ollama wire codecs/credentials (built on the flux-provider abstraction)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-orchestrate-0.40.0</title>

            <link href="/codewandler-flux-orchestrate/0.40.0/flux_orchestrate/" />
            <id>urn:docs-rs:codewandler-flux-orchestrate:0.40.0</id>
            <updated>
            2026-07-30T21:59:08.189470+00:00</updated>

            <summary>flux multi-agent orchestration: markdown agent roles, sub-agent spawner, plan-and-dispatch</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-agent-0.40.0</title>

            <link href="/codewandler-flux-agent/0.40.0/flux_agent/" />
            <id>urn:docs-rs:codewandler-flux-agent:0.40.0</id>
            <updated>
            2026-07-30T21:58:42.938134+00:00</updated>

            <summary>flux Agent pillar: agent definitions (AgentSpec, markdown Roles) assembled onto the flux-flow engine</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-flow-0.40.0</title>

            <link href="/codewandler-flux-flow/0.40.0/flux_flow/" />
            <id>urn:docs-rs:codewandler-flux-flow:0.40.0</id>
            <updated>
            2026-07-30T21:58:33.694127+00:00</updated>

            <summary>Flux-Lang: compile an instruction into a typed, deterministic execution graph — the LLM plans, the runtime runs</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-plugin-0.40.0</title>

            <link href="/codewandler-flux-plugin/0.40.0/flux_plugin/" />
            <id>urn:docs-rs:codewandler-flux-plugin:0.40.0</id>
            <updated>
            2026-07-30T21:58:22.874738+00:00</updated>

            <summary>flux subprocess plugin protocol + host + SDK: any-language plugins over framed (NDJSON) stdio</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-capabilities-0.40.0</title>

            <link href="/codewandler-flux-capabilities/0.40.0/codewandler_flux_capabilities/" />
            <id>urn:docs-rs:codewandler-flux-capabilities:0.40.0</id>
            <updated>
            2026-07-30T21:58:16.161050+00:00</updated>

            <summary>flux agent capabilities: a guarded web.fetch tool (browser) + a knowledge datasource (records, a pluggable backend, and retrieval ops)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-cognition-0.40.0</title>

            <link href="/codewandler-flux-cognition/0.40.0/flux_cognition/" />
            <id>urn:docs-rs:codewandler-flux-cognition:0.40.0</id>
            <updated>
            2026-07-30T21:57:53.940044+00:00</updated>

            <summary>flux-cognition: an L3, provider-injected pack of model-backed cognition ops (ai.extract/rank/judge/reason, synth, ai.rewrite)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-tools-0.40.0</title>

            <link href="/codewandler-flux-tools/0.40.0/flux_tools/" />
            <id>urn:docs-rs:codewandler-flux-tools:0.40.0</id>
            <updated>
            2026-07-30T21:57:38.701896+00:00</updated>

            <summary>flux built-in tools: read, write, edit, bash — each declaring permission subjects, effects, and intents</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>phoxal-0.45.0</title>

            <link href="/phoxal/0.45.0/phoxal/" />
            <id>urn:docs-rs:phoxal:0.45.0</id>
            <updated>
            2026-07-30T21:57:30.783557+00:00</updated>

            <summary>Phoxal - production-oriented autonomous robot framework: the runtime engine and model (the api contract tree lives in phoxal-api, the typed bus in phoxal-bus).</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-runtime-0.40.0</title>

            <link href="/codewandler-flux-runtime/0.40.0/flux_runtime/" />
            <id>urn:docs-rs:codewandler-flux-runtime:0.40.0</id>
            <updated>
            2026-07-30T21:57:29.051905+00:00</updated>

            <summary>flux safety envelope: Tool trait, registry, permission rules, approval gate, and the dispatcher that enforces them</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>crozier-0.0.42</title>

            <link href="/crozier/0.0.42/crozier/" />
            <id>urn:docs-rs:crozier:0.0.42</id>
            <updated>
            2026-07-30T21:57:16.271402+00:00</updated>

            <summary>Ultra-fast OpenAPI-to-SDK code generator that matches Fern&#38;apos;s output, byte for byte.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>m77rip-0.1.7</title>

            <link href="/m77rip/0.1.7/m77rip/" />
            <id>urn:docs-rs:m77rip:0.1.7</id>
            <updated>
            2026-07-30T21:57:06.001782+00:00</updated>

            <summary>Fast, memory-safe Rust encoder and decoder for the misa77 compression format</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>timeglyph-0.9.5</title>

            <link href="/timeglyph/0.9.5/timeglyph/" />
            <id>urn:docs-rs:timeglyph:0.9.5</id>
            <updated>
            2026-07-30T21:57:04.206056+00:00</updated>

            <summary>Forensic timestamp decipherment — decode, encode, and identify the many ways systems inscribe time, with scored, cited, ambiguity-first interpretation.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>flags_rst-0.2.0</title>

            <link href="/flags_rst/0.2.0/flags_rst/" />
            <id>urn:docs-rs:flags_rst:0.2.0</id>
            <updated>
            2026-07-30T21:57:02.334123+00:00</updated>

            <summary>A lightweight library for parsing command-line flags.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>bevy_knossos-0.12.0</title>

            <link href="/bevy_knossos/0.12.0/bevy_knossos/" />
            <id>urn:docs-rs:bevy_knossos:0.12.0</id>
            <updated>
            2026-07-30T21:56:58.911893+00:00</updated>

            <summary>Rust library for generating and rendering mazes</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>m77rip-encode-0.1.7</title>

            <link href="/m77rip-encode/0.1.7/m77rip_encode/" />
            <id>urn:docs-rs:m77rip-encode:0.1.7</id>
            <updated>
            2026-07-30T21:56:56.251972+00:00</updated>

            <summary>misa77 block compression for m77rip</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>m77rip-decode-0.1.7</title>

            <link href="/m77rip-decode/0.1.7/m77rip_decode/" />
            <id>urn:docs-rs:m77rip-decode:0.1.7</id>
            <updated>
            2026-07-30T21:56:46.631846+00:00</updated>

            <summary>misa77 block decompression for m77rip</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>phoxal-api-0.45.0</title>

            <link href="/phoxal-api/0.45.0/phoxal_api/" />
            <id>urn:docs-rs:phoxal-api:0.45.0</id>
            <updated>
            2026-07-30T21:56:42.223584+00:00</updated>

            <summary>Phoxal&#38;apos;s train-selected API contract tree and typed topic builders, generated by phoxal_api_tree! over the phoxal-bus ABI floor.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>mediar-1.2.4</title>

            <link href="/crate/mediar/1.2.4" />
            <id>urn:docs-rs:mediar:1.2.4</id>
            <updated>
            2026-07-30T21:56:36.455105+00:00</updated>

            <summary>Rename and move media files using metadata from TMDB</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>m77rip-core-0.1.7</title>

            <link href="/m77rip-core/0.1.7/m77rip_core/" />
            <id>urn:docs-rs:m77rip-core:0.1.7</id>
            <updated>
            2026-07-30T21:56:29.134693+00:00</updated>

            <summary>Shared types and constants for m77rip encode/decode crates</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>phoxal-manifest-0.45.0</title>

            <link href="/phoxal-manifest/0.45.0/phoxal_manifest/" />
            <id>urn:docs-rs:phoxal-manifest:0.45.0</id>
            <updated>
            2026-07-30T21:56:22.747614+00:00</updated>

            <summary>Phoxal authored manifest readers and project compiler.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>phoxal-bus-0.45.0</title>

            <link href="/phoxal-bus/0.45.0/phoxal_bus/" />
            <id>urn:docs-rs:phoxal-bus:0.45.0</id>
            <updated>
            2026-07-30T21:56:12.988172+00:00</updated>

            <summary>Phoxal bus ABI floor: the Zenoh-native contract bus client and the API-version / contract-body primitive traits.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>phoxal-model-0.45.0</title>

            <link href="/phoxal-model/0.45.0/phoxal_model/" />
            <id>urn:docs-rs:phoxal-model:0.45.0</id>
            <updated>
            2026-07-30T21:56:04.956249+00:00</updated>

            <summary>Phoxal canonical robot model and robot.json wire schema.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>mirador-0.18.2</title>

            <link href="/crate/mirador/0.18.2" />
            <id>urn:docs-rs:mirador:0.18.2</id>
            <updated>
            2026-07-30T21:56:01.508039+00:00</updated>

            <summary>An opinionated personal dashboard for your terminal: world clocks, a calendar, weather, tasks, notes, a market watchlist, and live CPU and network graphs.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-events-0.40.0</title>

            <link href="/codewandler-flux-events/0.40.0/flux_events/" />
            <id>urn:docs-rs:codewandler-flux-events:0.40.0</id>
            <updated>
            2026-07-30T21:55:56.488089+00:00</updated>

            <summary>flux unified append-only event store: one ordered log projected into conversations, run traces, and turn metrics (SQLite/WAL)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-lang-0.40.0</title>

            <link href="/codewandler-flux-lang/0.40.0/flux_lang/" />
            <id>urn:docs-rs:codewandler-flux-lang:0.40.0</id>
            <updated>
            2026-07-30T21:55:53.477441+00:00</updated>

            <summary>Flux-Lang: the pure language core — AST, renderer, analyzer, effect/op types, a Rust eDSL, and the schema/skill single-source-of-truth. No runtime, provider, or concrete tools.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-pg-0.40.0</title>

            <link href="/codewandler-flux-pg/0.40.0/flux_pg/" />
            <id>urn:docs-rs:codewandler-flux-pg:0.40.0</id>
            <updated>
            2026-07-30T21:55:35.529181+00:00</updated>

            <summary>The flux Postgres driver-owner: the sole sqlx dependency, a connection pool, a DSN contract, and a panic-safe sync↔async bridge so sync flux stores can add Postgres backends without touching a driver.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>systemless-0.9.13</title>

            <link href="/systemless/0.9.13/systemless/" />
            <id>urn:docs-rs:systemless:0.9.13</id>
            <updated>
            2026-07-30T21:55:26.508786+00:00</updated>

            <summary>High-Level Emulation for classic Macintosh applications</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>phoxal-macros-0.45.0</title>

            <link href="/phoxal-macros/0.45.0/phoxal_macros/" />
            <id>urn:docs-rs:phoxal-macros:0.45.0</id>
            <updated>
            2026-07-30T21:55:02.925868+00:00</updated>

            <summary>Proc-macros for the phoxal framework API tree and participant authoring model.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>greentic-start-dev-1.2.30574552654</title>

            <link href="/greentic-start-dev/1.2.30574552654/greentic_start/" />
            <id>urn:docs-rs:greentic-start-dev:1.2.30574552654</id>
            <updated>
            2026-07-30T21:55:00.100476+00:00</updated>

            <summary>Greentic lifecycle runner for start/restart/stop orchestration</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>shell-tunnel-0.12.0</title>

            <link href="/shell-tunnel/0.12.0/shell_tunnel/" />
            <id>urn:docs-rs:shell-tunnel:0.12.0</id>
            <updated>
            2026-07-30T21:54:55.078814+00:00</updated>

            <summary>Ultra-lightweight remote shell gateway with a REST/WebSocket API</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>greentic-dev-dev-1.2.30574548785</title>

            <link href="/greentic-dev-dev/1.2.30574548785/greentic_dev/" />
            <id>urn:docs-rs:greentic-dev-dev:1.2.30574548785</id>
            <updated>
            2026-07-30T21:54:51.294253+00:00</updated>

            <summary>Developer CLI and local tooling for Greentic flows, packs, and components</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>phoxal-runtime-contract-0.45.0</title>

            <link href="/phoxal-runtime-contract/0.45.0/phoxal_runtime_contract/" />
            <id>urn:docs-rs:phoxal-runtime-contract:0.45.0</id>
            <updated>
            2026-07-30T21:54:34.617984+00:00</updated>

            <summary>Phoxal process-boundary identities, participant launch ABI, and embedded metadata contract.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>telar-platform-core-0.1.0</title>

            <link href="/telar-platform-core/0.1.0/telar_platform_core/" />
            <id>urn:docs-rs:telar-platform-core:0.1.0</id>
            <updated>
            2026-07-30T21:54:25.019727+00:00</updated>

            <summary>Platform abstraction for Telar: window, event and event-loop traits.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>smartpad-0.1.0</title>

            <link href="/crate/smartpad/0.1.0" />
            <id>urn:docs-rs:smartpad:0.1.0</id>
            <updated>
            2026-07-30T21:52:06.347296+00:00</updated>

            <summary>A tiny MCP server that gives coding agents a shared, repo-portable scratchpad for specs and design threads</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-credentials-0.40.0</title>

            <link href="/codewandler-flux-credentials/0.40.0/flux_credentials/" />
            <id>urn:docs-rs:codewandler-flux-credentials:0.40.0</id>
            <updated>
            2026-07-30T21:51:57.215863+00:00</updated>

            <summary>flux provider credentials: token store, CLI-credential import, OAuth refresh + PKCE login, TokenSource impl</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-provider-0.40.0</title>

            <link href="/codewandler-flux-provider/0.40.0/flux_provider/" />
            <id>urn:docs-rs:codewandler-flux-provider:0.40.0</id>
            <updated>
            2026-07-30T21:51:14.416813+00:00</updated>

            <summary>flux provider abstraction: the Provider trait, request/stream types, model resolution</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ananse-0.2.1</title>

            <link href="/ananse/0.2.1/ananse/" />
            <id>urn:docs-rs:ananse:0.2.1</id>
            <updated>
            2026-07-30T21:50:49.986015+00:00</updated>

            <summary>Ananse: a WebAssembly-native zero-knowledge virtual machine (zkVM)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>phi-agent-0.1.11</title>

            <link href="/phi-agent/0.1.11/phi_agent/" />
            <id>urn:docs-rs:phi-agent:0.1.11</id>
            <updated>
            2026-07-30T21:50:19.087283+00:00</updated>

            <summary>phi-agent — General-purpose AI Agent framework (builder factory, renderer, config, session management)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-system-0.40.0</title>

            <link href="/codewandler-flux-system/0.40.0/flux_system/" />
            <id>urn:docs-rs:codewandler-flux-system:0.40.0</id>
            <updated>
            2026-07-30T21:50:18.038094+00:00</updated>

            <summary>flux guarded IO boundary: workspace path resolution (escape/symlink rejection), argv-only process exec, env</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>p3-interpolation-0.5.4</title>

            <link href="/p3-interpolation/0.5.4/p3_interpolation/" />
            <id>urn:docs-rs:p3-interpolation:0.5.4</id>
            <updated>
            2026-07-30T21:49:57.933709+00:00</updated>

            <summary>Tools for performing Lagrange interpolation over two-adic subgroups and their cosets.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ananse_air-0.2.1</title>

            <link href="/ananse_air/0.2.1/ananse_air/" />
            <id>urn:docs-rs:ananse_air:0.2.1</id>
            <updated>
            2026-07-30T21:49:47.396069+00:00</updated>

            <summary>Register-shaped AIR (algebraic intermediate representation) for the Ananse zkVM</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ananse_wasi-0.2.1</title>

            <link href="/ananse_wasi/0.2.1/ananse_wasi/" />
            <id>urn:docs-rs:ananse_wasi:0.2.1</id>
            <updated>
            2026-07-30T21:49:47.287293+00:00</updated>

            <summary>Deterministic minimal WASI (WebAssembly System Interface) host for the Ananse zkVM</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ananse_trace-0.2.1</title>

            <link href="/ananse_trace/0.2.1/ananse_trace/" />
            <id>urn:docs-rs:ananse_trace:0.2.1</id>
            <updated>
            2026-07-30T21:49:44.345463+00:00</updated>

            <summary>Register-column execution trace and linear-memory access log for the Ananse zkVM</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-skill-0.40.0</title>

            <link href="/codewandler-flux-skill/0.40.0/flux_skill/" />
            <id>urn:docs-rs:codewandler-flux-skill:0.40.0</id>
            <updated>
            2026-07-30T21:49:31.996448+00:00</updated>

            <summary>flux skills: markdown + frontmatter knowledge packs with triggers, discovered from skill directories</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>strike48-0.6.2</title>

            <link href="/strike48/0.6.2/strike48/" />
            <id>urn:docs-rs:strike48:0.6.2</id>
            <updated>
            2026-07-30T21:49:20.408477+00:00</updated>

            <summary>Strike48 platform SDK</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-config-0.40.0</title>

            <link href="/codewandler-flux-config/0.40.0/flux_config/" />
            <id>urn:docs-rs:codewandler-flux-config:0.40.0</id>
            <updated>
            2026-07-30T21:49:15.753501+00:00</updated>

            <summary>flux configuration: load/merge .flux/config.toml (project + user) — perm rules, default model, policy grants, network policy</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>strike48-connector-0.6.2</title>

            <link href="/strike48-connector/0.6.2/strike48_connector/" />
            <id>urn:docs-rs:strike48-connector:0.6.2</id>
            <updated>
            2026-07-30T21:49:12.188888+00:00</updated>

            <summary>Rust SDK for the Strike48 Connector Framework</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ananse_executor-0.2.1</title>

            <link href="/ananse_executor/0.2.1/ananse_executor/" />
            <id>urn:docs-rs:ananse_executor:0.2.1</id>
            <updated>
            2026-07-30T21:48:58.430187+00:00</updated>

            <summary>Schedule-driven interpreter and reference semantics for the Ananse zkVM</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ananse_decoder-0.2.1</title>

            <link href="/ananse_decoder/0.2.1/ananse_decoder/" />
            <id>urn:docs-rs:ananse_decoder:0.2.1</id>
            <updated>
            2026-07-30T21:48:41.650232+00:00</updated>

            <summary>WebAssembly (WASM) module decoder and validator for the Ananse zkVM</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ananse_lift-0.2.1</title>

            <link href="/ananse_lift/0.2.1/ananse_lift/" />
            <id>urn:docs-rs:ananse_lift:0.2.1</id>
            <updated>
            2026-07-30T21:48:41.315221+00:00</updated>

            <summary>Static stack-to-register lift for the Ananse zkVM</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-spec-1.3.0</title>

            <link href="/codewandler-flux-spec/1.3.0/flux_spec/" />
            <id>urn:docs-rs:codewandler-flux-spec:1.3.0</id>
            <updated>
            2026-07-30T21:48:26.306816+00:00</updated>

            <summary>flux tool/operation specs: JSON-schema I/O, effects, risk, idempotency, access, and pre-execution intent (pure)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-markdown-0.40.0</title>

            <link href="/codewandler-flux-markdown/0.40.0/flux_markdown/" />
            <id>urn:docs-rs:codewandler-flux-markdown:0.40.0</id>
            <updated>
            2026-07-30T21:48:01.199300+00:00</updated>

            <summary>flux&#38;apos;s own markdown engine: frontmatter parsing plus an AST-based CommonMark-subset parser, writer, and (feature-gated) ratatui/terminal renderers</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>doido-0.1.0</title>

            <link href="/doido/0.1.0/doido/" />
            <id>urn:docs-rs:doido:0.1.0</id>
            <updated>
            2026-07-30T21:48:00.733789+00:00</updated>

            <summary>Rails-inspired Axum framework metacrate exporting routing, MVC, and SeaORM model adapters.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>minco-deploy-aws-0.4.0</title>

            <link href="/minco-deploy-aws/0.4.0/minco_deploy_aws/" />
            <id>urn:docs-rs:minco-deploy-aws:0.4.0</id>
            <updated>
            2026-07-30T21:47:52.101829+00:00</updated>

            <summary>Fail-closed AWS deployment guards and CloudFormation change-set review for Minco</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>minco-dev-0.4.0</title>

            <link href="/minco-dev/0.4.0/minco_dev/" />
            <id>urn:docs-rs:minco-dev:0.4.0</id>
            <updated>
            2026-07-30T21:47:49.188727+00:00</updated>

            <summary>Deterministic local process plans and coordinated development supervision for Minco</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackpulse-0.7.0</title>

            <link href="/stackpulse/0.7.0/stackpulse/" />
            <id>urn:docs-rs:stackpulse:0.7.0</id>
            <updated>
            2026-07-30T21:47:47.623928+00:00</updated>

            <summary>Linux perf_event stack sampling with native unwinding, symbolization, and compact spooling</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>minco-config-0.4.0</title>

            <link href="/minco-config/0.4.0/minco_config/" />
            <id>urn:docs-rs:minco-config:0.4.0</id>
            <updated>
            2026-07-30T21:47:36.264779+00:00</updated>

            <summary>Provider-neutral typed configuration, environment, and secret-reference graph for Minco</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>minco-db-0.4.0</title>

            <link href="/minco-db/0.4.0/minco_db/" />
            <id>urn:docs-rs:minco-db:0.4.0</id>
            <updated>
            2026-07-30T21:47:21.555351+00:00</updated>

            <summary>Provider-neutral migration and safe seed lifecycle models for Minco</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-a2a-0.40.0</title>

            <link href="/codewandler-flux-a2a/0.40.0/codewandler_flux_a2a/" />
            <id>urn:docs-rs:codewandler-flux-a2a:0.40.0</id>
            <updated>
            2026-07-30T21:47:11.623519+00:00</updated>

            <summary>A2A (Agent-to-Agent) protocol: spec-conformant wire types + an HTTP/JSON-RPC client for driving remote A2A agents.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-0.2.0</title>

            <link href="/stackless/0.2.0/stackless/" />
            <id>urn:docs-rs:stackless:0.2.0</id>
            <updated>
            2026-07-30T21:47:06.428191+00:00</updated>

            <summary>Disposable software stacks — CLI and Rust SDK for up/down/verify</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>doido-generators-0.1.0</title>

            <link href="/doido-generators/0.1.0/doido_generators/" />
            <id>urn:docs-rs:doido-generators:0.1.0</id>
            <updated>
            2026-07-30T21:46:44.996646+00:00</updated>

            <summary>Doido code generators plus the unified CLI (server, console, db, worker, generate, new, credentials).</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-cloudflare-0.2.0</title>

            <link href="/stackless-cloudflare/0.2.0/stackless_cloudflare/" />
            <id>urn:docs-rs:stackless-cloudflare:0.2.0</id>
            <updated>
            2026-07-30T21:46:37.661214+00:00</updated>

            <summary>Cloudflare hosting substrate for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-audio-0.40.0</title>

            <link href="/codewandler-flux-audio/0.40.0/codewandler_flux_audio/" />
            <id>urn:docs-rs:codewandler-flux-audio:0.40.0</id>
            <updated>
            2026-07-30T21:46:10.258112+00:00</updated>

            <summary>Sample-rate math for realtime voice pipelines: PCM16 byte/sample conversion, resampling (stateless + phase-carrying streaming), and frame re-chunking (pure, dependency-free)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>codewandler-flux-core-0.40.0</title>

            <link href="/codewandler-flux-core/0.40.0/flux_core/" />
            <id>urn:docs-rs:codewandler-flux-core:0.40.0</id>
            <updated>
            2026-07-30T21:46:02.694945+00:00</updated>

            <summary>flux core contracts: content blocks, messages, streaming chunks, events, errors (pure, no IO)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>scout_rs-0.95.72</title>

            <link href="/scout_rs/0.95.72/scout_rs/" />
            <id>urn:docs-rs:scout_rs:0.95.72</id>
            <updated>
            2026-07-30T21:45:54.915755+00:00</updated>

            <summary>A Rust client for the synchornizing state with the Scout database</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-bindgen-0.2.0</title>

            <link href="/stackless-bindgen/0.2.0/stackless_bindgen/" />
            <id>urn:docs-rs:stackless-bindgen:0.2.0</id>
            <updated>
            2026-07-30T21:45:52.267752+00:00</updated>

            <summary>build.rs helper: stack IDL JSON → Rust OUT_DIR (no stackless-core)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-idl-0.2.0</title>

            <link href="/stackless-idl/0.2.0/stackless_idl/" />
            <id>urn:docs-rs:stackless-idl:0.2.0</id>
            <updated>
            2026-07-30T21:45:40.007183+00:00</updated>

            <summary>Language-neutral stack IDL compile and emit for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>strike48-proto-0.6.2</title>

            <link href="/strike48-proto/0.6.2/strike48_proto/" />
            <id>urn:docs-rs:strike48-proto:0.6.2</id>
            <updated>
            2026-07-30T21:45:39.130241+00:00</updated>

            <summary>Protobuf definitions for the Strike48 platform</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-laravel-cloud-0.2.0</title>

            <link href="/stackless-laravel-cloud/0.2.0/stackless_laravel_cloud/" />
            <id>urn:docs-rs:stackless-laravel-cloud:0.2.0</id>
            <updated>
            2026-07-30T21:45:23.477553+00:00</updated>

            <summary>Laravel Cloud hosting substrate for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-wordpress-0.2.0</title>

            <link href="/stackless-wordpress/0.2.0/stackless_wordpress/" />
            <id>urn:docs-rs:stackless-wordpress:0.2.0</id>
            <updated>
            2026-07-30T21:45:23.193590+00:00</updated>

            <summary>WordPress.com hosting substrate for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>polaris-data-0.7.1</title>

            <link href="/polaris-data/0.7.1/polaris_data/" />
            <id>urn:docs-rs:polaris-data:0.7.1</id>
            <updated>
            2026-07-30T21:45:15.661518+00:00</updated>

            <summary>Rust SDK for the Polaris market data API.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-gitlab-0.2.0</title>

            <link href="/stackless-gitlab/0.2.0/stackless_gitlab/" />
            <id>urn:docs-rs:stackless-gitlab:0.2.0</id>
            <updated>
            2026-07-30T21:45:15.294550+00:00</updated>

            <summary>GitLab hosting substrate for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>doido-storage-0.1.0</title>

            <link href="/doido-storage/0.1.0/doido_storage/" />
            <id>urn:docs-rs:doido-storage:0.1.0</id>
            <updated>
            2026-07-30T21:44:49.160659+00:00</updated>

            <summary>Attached-file storage — blobs, polymorphic attachments and pluggable services (disk, memory, S3, Cloudflare R2, Azure Blob) in ActiveStorage fashion for Doido.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-netlify-0.2.0</title>

            <link href="/stackless-netlify/0.2.0/stackless_netlify/" />
            <id>urn:docs-rs:stackless-netlify:0.2.0</id>
            <updated>
            2026-07-30T21:44:02.017923+00:00</updated>

            <summary>Netlify hosting substrate for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>telar-workspace-0.1.0</title>

            <link href="/telar-workspace/0.1.0/telar_workspace/" />
            <id>urn:docs-rs:telar-workspace:0.1.0</id>
            <updated>
            2026-07-30T21:44:01.642585+00:00</updated>

            <summary>Shared project-root resolution for the Telar toolchain.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-fly-0.2.0</title>

            <link href="/stackless-fly/0.2.0/stackless_fly/" />
            <id>urn:docs-rs:stackless-fly:0.2.0</id>
            <updated>
            2026-07-30T21:43:58.899227+00:00</updated>

            <summary>Fly.io hosting substrate for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-railway-0.2.0</title>

            <link href="/stackless-railway/0.2.0/stackless_railway/" />
            <id>urn:docs-rs:stackless-railway:0.2.0</id>
            <updated>
            2026-07-30T21:43:57.523520+00:00</updated>

            <summary>Railway hosting substrate for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>telar-services-core-0.1.0</title>

            <link href="/telar-services-core/0.1.0/telar_services_core/" />
            <id>urn:docs-rs:telar-services-core:0.1.0</id>
            <updated>
            2026-07-30T21:43:53.342769+00:00</updated>

            <summary>Platform path providers and an optional dependency-injection scope for Telar.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>telar-reactive-core-0.1.0</title>

            <link href="/telar-reactive-core/0.1.0/telar_reactive_core/" />
            <id>urn:docs-rs:telar-reactive-core:0.1.0</id>
            <updated>
            2026-07-30T21:43:49.870680+00:00</updated>

            <summary>Fine-grained reactive graph for Telar: signals, memos, effects and batching.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>telar-parser-0.1.0</title>

            <link href="/telar-parser/0.1.0/telar_parser/" />
            <id>urn:docs-rs:telar-parser:0.1.0</id>
            <updated>
            2026-07-30T21:43:46.246117+00:00</updated>

            <summary>Hand-written parser for Telar&#38;apos;s .rsx component files.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>telar-geometry-core-0.1.0</title>

            <link href="/telar-geometry-core/0.1.0/telar_geometry_core/" />
            <id>urn:docs-rs:telar-geometry-core:0.1.0</id>
            <updated>
            2026-07-30T21:43:38.241441+00:00</updated>

            <summary>Geometry and color primitives for Telar: points, rects, transforms, border radii and Oklch colors.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>inferencelayer-0.2.18</title>

            <link href="/inferencelayer/0.2.18/inferencelayer/" />
            <id>urn:docs-rs:inferencelayer:0.2.18</id>
            <updated>
            2026-07-30T21:43:25.217800+00:00</updated>

            <summary>Kortexya&#38;apos;s engine-native inference layer — LLM generation + embedding/encoder family on wgpu (WGSL kernels, any adapter) with a pure-Rust CPU fallback</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>doido-mailer-0.1.0</title>

            <link href="/doido-mailer/0.1.0/doido_mailer/" />
            <id>urn:docs-rs:doido-mailer:0.1.0</id>
            <updated>
            2026-07-30T21:42:50.631391+00:00</updated>

            <summary>Action Mailer analogue: multipart mail, deliver_now/later pluggable backends for Doido.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>marshal-daemon-0.45.0</title>

            <link href="/marshal-daemon/0.45.0/daemon/" />
            <id>urn:docs-rs:marshal-daemon:0.45.0</id>
            <updated>
            2026-07-30T21:42:46.880993+00:00</updated>

            <summary>Coordination daemon for the marshal multi-agent service. Owns the live roster and routes messages between Claude Code sessions.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>vm-curator-1.3.0</title>

            <link href="/vm-curator/1.3.0/vm_curator/" />
            <id>urn:docs-rs:vm-curator:1.3.0</id>
            <updated>
            2026-07-30T21:42:38.504007+00:00</updated>

            <summary>A TUI application to manage QEMU VM library</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>marshal-tui-0.45.0</title>

            <link href="/crate/marshal-tui/0.45.0" />
            <id>urn:docs-rs:marshal-tui:0.45.0</id>
            <updated>
            2026-07-30T21:42:29.913616+00:00</updated>

            <summary>Terminal UI for the marshal coordination daemon — live roster + message stream.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>doido-controller-0.1.0</title>

            <link href="/doido-controller/0.1.0/doido_controller/" />
            <id>urn:docs-rs:doido-controller:0.1.0</id>
            <updated>
            2026-07-30T21:42:16.508717+00:00</updated>

            <summary>Action Controller + routing + Tower middleware for Doido: handlers, Context, responses, filters, routes! DSL, sessions, and middleware stacks.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>marshal-shim-0.45.0</title>

            <link href="/crate/marshal-shim/0.45.0" />
            <id>urn:docs-rs:marshal-shim:0.45.0</id>
            <updated>
            2026-07-30T21:42:16.142138+00:00</updated>

            <summary>Stdio MCP shim that bridges Claude Code sessions to the marshal coordination daemon.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-vercel-0.2.0</title>

            <link href="/stackless-vercel/0.2.0/stackless_vercel/" />
            <id>urn:docs-rs:stackless-vercel:0.2.0</id>
            <updated>
            2026-07-30T21:42:09.475361+00:00</updated>

            <summary>Vercel hosting substrate for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>injektor-0.2.1</title>

            <link href="/crate/injektor/0.2.1" />
            <id>urn:docs-rs:injektor:0.2.1</id>
            <updated>
            2026-07-30T21:42:08.676327+00:00</updated>

            <summary>A simple CLI to inject environment variables from a .env file when running any command</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>marshal-entities-0.45.0</title>

            <link href="/marshal-entities/0.45.0/marshal_entities/" />
            <id>urn:docs-rs:marshal-entities:0.45.0</id>
            <updated>
            2026-07-30T21:42:03.647535+00:00</updated>

            <summary>Shared entity types and server-handled commands for the marshal multi-agent coordination service.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-render-0.2.0</title>

            <link href="/stackless-render/0.2.0/stackless_render/" />
            <id>urn:docs-rs:stackless-render:0.2.0</id>
            <updated>
            2026-07-30T21:41:56.341442+00:00</updated>

            <summary>Render hosting substrate for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>apex-solver-1.4.0</title>

            <link href="/apex-solver/1.4.0/apex_solver/" />
            <id>urn:docs-rs:apex-solver:1.4.0</id>
            <updated>
            2026-07-30T21:41:30.273600+00:00</updated>

            <summary>High-performance nonlinear least squares optimization with Lie group support for SLAM and bundle adjustment</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-local-0.2.0</title>

            <link href="/stackless-local/0.2.0/stackless_local/" />
            <id>urn:docs-rs:stackless-local:0.2.0</id>
            <updated>
            2026-07-30T21:41:29.978405+00:00</updated>

            <summary>Local process substrate for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>vercel-client-0.2.0</title>

            <link href="/vercel-client/0.2.0/vercel_client/" />
            <id>urn:docs-rs:vercel-client:0.2.0</id>
            <updated>
            2026-07-30T21:40:48.286283+00:00</updated>

            <summary>Generated Vercel REST client used by stackless-vercel</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>render-client-0.2.0</title>

            <link href="/render-client/0.2.0/render_client/" />
            <id>urn:docs-rs:render-client:0.2.0</id>
            <updated>
            2026-07-30T21:40:36.898849+00:00</updated>

            <summary>Generated Render REST client used by stackless-render</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>doido-cable-0.1.0</title>

            <link href="/doido-cable/0.1.0/doido_cable/" />
            <id>urn:docs-rs:doido-cable:0.1.0</id>
            <updated>
            2026-07-30T21:40:19.715036+00:00</updated>

            <summary>Action Cable analogue: channels, broadcasts, Turbo-friendly pub/sub backends for Doido.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>apex-io-0.3.0</title>

            <link href="/apex-io/0.3.0/apex_io/" />
            <id>urn:docs-rs:apex-io:0.3.0</id>
            <updated>
            2026-07-30T21:39:56.304949+00:00</updated>

            <summary>File I/O for pose graphs (G2O, TORO, BAL) and ROS1/ROS2 bags with SE2/SE3 support</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-cloud-0.2.0</title>

            <link href="/stackless-cloud/0.2.0/stackless_cloud/" />
            <id>urn:docs-rs:stackless-cloud:0.2.0</id>
            <updated>
            2026-07-30T21:39:54.888341+00:00</updated>

            <summary>Shared cloud substrate helpers for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-integrations-0.2.0</title>

            <link href="/stackless-integrations/0.2.0/stackless_integrations/" />
            <id>urn:docs-rs:stackless-integrations:0.2.0</id>
            <updated>
            2026-07-30T21:39:52.479946+00:00</updated>

            <summary>Hosted integration routing for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-daemon-0.2.0</title>

            <link href="/stackless-daemon/0.2.0/stackless_daemon/" />
            <id>urn:docs-rs:stackless-daemon:0.2.0</id>
            <updated>
            2026-07-30T21:39:29.509799+00:00</updated>

            <summary>Resident daemon (proxy, supervision, lease reaper) for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-provider-sdk-0.2.0</title>

            <link href="/stackless-provider-sdk/0.2.0/stackless_provider_sdk/" />
            <id>urn:docs-rs:stackless-provider-sdk:0.2.0</id>
            <updated>
            2026-07-30T21:38:59.434665+00:00</updated>

            <summary>Provider-facing traits and helpers for stackless catalog integrations</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>dracon-sync-0.113.25</title>

            <link href="/dracon-sync/0.113.25/dracon_sync/" />
            <id>urn:docs-rs:dracon-sync:0.113.25</id>
            <updated>
            2026-07-30T21:38:53.300440+00:00</updated>

            <summary>Invisible git sync daemon for deterministic AI-assisted development</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>doido-jobs-0.1.0</title>

            <link href="/doido-jobs/0.1.0/doido_jobs/" />
            <id>urn:docs-rs:doido-jobs:0.1.0</id>
            <updated>
            2026-07-30T21:38:36.457374+00:00</updated>

            <summary>Background queues (memory/redis/db workers) — Active Job analogue for Doido.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-stripe-projects-0.2.0</title>

            <link href="/stackless-stripe-projects/0.2.0/stackless_stripe_projects/" />
            <id>urn:docs-rs:stackless-stripe-projects:0.2.0</id>
            <updated>
            2026-07-30T21:38:20.595190+00:00</updated>

            <summary>Stripe Projects CLI driver for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-core-0.2.0</title>

            <link href="/stackless-core/0.2.0/stackless_core/" />
            <id>urn:docs-rs:stackless-core:0.2.0</id>
            <updated>
            2026-07-30T21:38:09.641701+00:00</updated>

            <summary>Definition model, state store, and lifecycle engine for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>stackless-git-0.2.0</title>

            <link href="/stackless-git/0.2.0/stackless_git/" />
            <id>urn:docs-rs:stackless-git:0.2.0</id>
            <updated>
            2026-07-30T21:38:08.694186+00:00</updated>

            <summary>Git materialization helpers for stackless</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>burn-engram-0.1.0</title>

            <link href="/burn-engram/0.1.0/burn_engram/" />
            <id>urn:docs-rs:burn-engram:0.1.0</id>
            <updated>
            2026-07-30T21:38:01.653739+00:00</updated>

            <summary>Engram conditional memory for Burn — N-gram hash embedding + gated fusion (DeepSeek AI)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>burn-dspark-0.1.0</title>

            <link href="/burn-dspark/0.1.0/burn_dspark/" />
            <id>urn:docs-rs:burn-dspark:0.1.0</id>
            <updated>
            2026-07-30T21:37:41.500127+00:00</updated>

            <summary>DSpark speculative decoding for Burn — semi-autoregressive Markov head + confidence scheduling (DeepSeek AI)</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>css-variable-lsp-0.3.2</title>

            <link href="/css-variable-lsp/0.3.2/css_variable_lsp/" />
            <id>urn:docs-rs:css-variable-lsp:0.3.2</id>
            <updated>
            2026-07-30T21:37:36.820940+00:00</updated>

            <summary>A fast, Rust-based Language Server Protocol implementation for CSS Variables</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>doido-view-0.1.0</title>

            <link href="/doido-view/0.1.0/doido_view/" />
            <id>urn:docs-rs:doido-view:0.1.0</id>
            <updated>
            2026-07-30T21:37:23.075001+00:00</updated>

            <summary>Default Tera engine, layouts, partials — Action View style templating for Doido.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>burn-antihall-0.1.0</title>

            <link href="/burn-antihall/0.1.0/burn_antihall/" />
            <id>urn:docs-rs:burn-antihall:0.1.0</id>
            <updated>
            2026-07-30T21:37:12.227353+00:00</updated>

            <summary>Anti-hallucination toolkit for Burn — H-Neuron suppression (5 papers) + detection</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>ruff-0.16.1</title>

            <link href="/ruff/0.16.1/ruff/" />
            <id>urn:docs-rs:ruff:0.16.1</id>
            <updated>
            2026-07-30T21:37:10.180713+00:00</updated>

            <summary>An extremely fast Python linter and code formatter</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>apex-camera-models-0.3.0</title>

            <link href="/apex-camera-models/0.3.0/apex_camera_models/" />
            <id>urn:docs-rs:apex-camera-models:0.3.0</id>
            <updated>
            2026-07-30T21:36:59.546270+00:00</updated>

            <summary>Camera projection models (pinhole, fisheye, omnidirectional) for computer vision and robotics</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>doido-cache-0.1.0</title>

            <link href="/doido-cache/0.1.0/doido_cache/" />
            <id>urn:docs-rs:doido-cache:0.1.0</id>
            <updated>
            2026-07-30T21:36:39.453919+00:00</updated>

            <summary>Named cache stores, TTL — memory/Redis/Memcached backends in ActiveSupport::Cache fashion for Doido.</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>

        <entry>
            <title>burn-mtp-0.1.0</title>

            <link href="/burn-mtp/0.1.0/burn_mtp/" />
            <id>urn:docs-rs:burn-mtp:0.1.0</id>
            <updated>
            2026-07-30T21:36:38.946845+00:00</updated>

            <summary>Multi-Token Prediction heads for Burn — predict next N tokens with exponential decay weighting</summary>

            <author>
                <name>docs.rs</name>
            </author>
        </entry>
</feed>