<?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 (c6ca30c0fecf66cc5a0859ac541222ca6c912d59 2026-09-01 )</id>
    <updated>2026-09-06T05:42:17.645447+00:00</updated>

        <entry>
            <title>magi-code-0.77.0</title>

            <link href="/magi-code/0.77.0/magi_code/" />
            <id>urn:docs-rs:magi-code:0.77.0</id>
            <updated>
            2026-09-06T05:42:17.645447+00:00</updated>

            <summary>Repository-aware CLI coding agent for terminal work</summary>

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

        <entry>
            <title>hashtree-cli-0.2.141</title>

            <link href="/hashtree-cli/0.2.141/hashtree_cli/" />
            <id>urn:docs-rs:hashtree-cli:0.2.141</id>
            <updated>
            2026-09-06T05:41:35.531823+00:00</updated>

            <summary>Hashtree daemon and CLI with content-addressed storage and adaptive blob routing</summary>

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

        <entry>
            <title>spgctl-7.40.9</title>

            <link href="/crate/spgctl/7.40.9" />
            <id>urn:docs-rs:spgctl:7.40.9</id>
            <updated>
            2026-09-06T05:40:59.994624+00:00</updated>

            <summary>SPG command-line client — speaks the self-built wire protocol.</summary>

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

        <entry>
            <title>spg-server-7.40.9</title>

            <link href="/crate/spg-server/7.40.9" />
            <id>urn:docs-rs:spg-server:7.40.9</id>
            <updated>
            2026-09-06T05:40:53.138009+00:00</updated>

            <summary>SPG daemon — listens for self-built wire-frame connections and PG-wire (libpq-compatible).</summary>

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

        <entry>
            <title>spg-sqlx-7.40.9</title>

            <link href="/spg-sqlx/7.40.9/spg_sqlx/" />
            <id>urn:docs-rs:spg-sqlx:7.40.9</id>
            <updated>
            2026-09-06T05:40:16.779758+00:00</updated>

            <summary>sqlx 0.8 Database driver for spg-embedded — let in-process callers use sqlx::query / query_as / pool.begin against an in-process SPG without a TCP listener. Backs mailrs&#38;apos;s drop-in PgPool → SpgPool swap (gap-eval E1).</summary>

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

        <entry>
            <title>spg-embedded-tokio-7.40.9</title>

            <link href="/spg-embedded-tokio/7.40.9/spg_embedded_tokio/" />
            <id>urn:docs-rs:spg-embedded-tokio:7.40.9</id>
            <updated>
            2026-09-06T05:40:12.763992+00:00</updated>

            <summary>Tokio-friendly async wrapper around spg-embedded. Single-writer Database serialised via tokio::sync::Mutex; blocking engine calls dispatched via spawn_blocking so the runtime never stalls on WAL fsync.</summary>

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

        <entry>
            <title>spg-embedded-7.40.9</title>

            <link href="/spg-embedded/7.40.9/spg_embedded/" />
            <id>urn:docs-rs:spg-embedded:7.40.9</id>
            <updated>
            2026-09-06T05:40:11.614824+00:00</updated>

            <summary>Embedded SQL database for Rust. Single-writer, WAL-backed, crash-safe. Zero external dependencies. PG-flavoured SQL with FOREIGN KEY, JOINs, vectors (HNSW/pgvector ops), and a cold tier.</summary>

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

        <entry>
            <title>spg-engine-7.40.9</title>

            <link href="/spg-engine/7.40.9/spg_engine/" />
            <id>urn:docs-rs:spg-engine:7.40.9</id>
            <updated>
            2026-09-06T05:40:02.054226+00:00</updated>

            <summary>Execution engine for SPG: glues spg-sql parsing to spg-storage. Foreign keys, joins, vectors, cold tier.</summary>

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

        <entry>
            <title>spg-manifest-7.40.9</title>

            <link href="/spg-manifest/7.40.9/spg_manifest/" />
            <id>urn:docs-rs:spg-manifest:7.40.9</id>
            <updated>
            2026-09-06T05:38:43.167913+00:00</updated>

            <summary>SPGMAN01 v10 catalog manifest format. Frozen wire/disk surface shared by spg-server and spg-embedded.</summary>

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

        <entry>
            <title>spg-storage-7.40.9</title>

            <link href="/spg-storage/7.40.9/spg_storage/" />
            <id>urn:docs-rs:spg-storage:7.40.9</id>
            <updated>
            2026-09-06T05:38:38.435289+00:00</updated>

            <summary>In-memory storage primitives for SPG: values, rows, table schema, catalog with foreign-key constraints.</summary>

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

        <entry>
            <title>spg-sql-7.40.9</title>

            <link href="/spg-sql/7.40.9/spg_sql/" />
            <id>urn:docs-rs:spg-sql:7.40.9</id>
            <updated>
            2026-09-06T05:38:34.964257+00:00</updated>

            <summary>Self-built SQL front-end for SPG: PG-dialect lexer + parser. no_std + alloc.</summary>

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

        <entry>
            <title>spg-audit-7.40.9</title>

            <link href="/spg-audit/7.40.9/spg_audit/" />
            <id>urn:docs-rs:spg-audit:7.40.9</id>
            <updated>
            2026-09-06T05:38:34.525496+00:00</updated>

            <summary>Append-only audit log with BLAKE3 hash-chain for SPG (compliance).</summary>

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

        <entry>
            <title>spg-crypto-7.40.9</title>

            <link href="/spg-crypto/7.40.9/spg_crypto/" />
            <id>urn:docs-rs:spg-crypto:7.40.9</id>
            <updated>
            2026-09-06T05:38:31.580326+00:00</updated>

            <summary>Self-built cryptographic primitives for SPG: BLAKE3 hash, CRC32, no_std.</summary>

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

        <entry>
            <title>spg-wire-7.40.9</title>

            <link href="/spg-wire/7.40.9/spg_wire/" />
            <id>urn:docs-rs:spg-wire:7.40.9</id>
            <updated>
            2026-09-06T05:38:30.808936+00:00</updated>

            <summary>Self-built wire-frame protocol for SPG. no_std + alloc.</summary>

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

        <entry>
            <title>spg-tzif-7.40.9</title>

            <link href="/spg-tzif/7.40.9/spg_tzif/" />
            <id>urn:docs-rs:spg-tzif:7.40.9</id>
            <updated>
            2026-09-06T05:38:28.452600+00:00</updated>

            <summary>IANA timezone database reader for SPG: RFC 8536 TZif v1/v2/v3 parser + POSIX TZ rule evaluation over the system zoneinfo directory. Zero external dependencies.</summary>

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

        <entry>
            <title>rigwright-0.1.25</title>

            <link href="/rigwright/0.1.25/rigwright/" />
            <id>urn:docs-rs:rigwright:0.1.25</id>
            <updated>
            2026-09-06T05:37:35.941655+00:00</updated>

            <summary>A radio control HAL and native drivers for amateur-radio applications</summary>

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

        <entry>
            <title>isbn-0.8.20260906</title>

            <link href="/isbn/0.8.20260906/isbn/" />
            <id>urn:docs-rs:isbn:0.8.20260906</id>
            <updated>
            2026-09-06T05:37:25.283653+00:00</updated>

            <summary>A library for handling ISBNs.</summary>

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

        <entry>
            <title>cadalloc-0.1.0</title>

            <link href="/cadalloc/0.1.0/cadalloc/" />
            <id>urn:docs-rs:cadalloc:0.1.0</id>
            <updated>
            2026-09-06T05:35:18.826292+00:00</updated>

            <summary>A minimal, configurable, embeddable allocator with segregated free lists for multithreaded environments</summary>

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

        <entry>
            <title>astrs-recording-0.1.0</title>

            <link href="/astrs-recording/0.1.0/astrs_recording/" />
            <id>urn:docs-rs:astrs-recording:0.1.0</id>
            <updated>
            2026-09-06T05:34:29.441121+00:00</updated>

            <summary>The .arec recording container for AstRS: writer, reader, merger and seekable index.</summary>

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

        <entry>
            <title>valo-svg-0.4.0</title>

            <link href="/valo-svg/0.4.0/valo_svg/" />
            <id>urn:docs-rs:valo-svg:0.4.0</id>
            <updated>
            2026-09-06T05:33:37.362484+00:00</updated>

            <summary>SVG to display-list translation for valo</summary>

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

        <entry>
            <title>valo-0.4.0</title>

            <link href="/valo/0.4.0/valo/" />
            <id>urn:docs-rs:valo:0.4.0</id>
            <updated>
            2026-09-06T05:33:36.184981+00:00</updated>

            <summary>A 2D render engine on wgpu: display lists, planned GPU passes, and a Skia-shaped text stack</summary>

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

        <entry>
            <title>valo-renderer-0.4.0</title>

            <link href="/valo-renderer/0.4.0/valo_renderer/" />
            <id>urn:docs-rs:valo-renderer:0.4.0</id>
            <updated>
            2026-09-06T05:33:28.803711+00:00</updated>

            <summary>The wgpu core of valo: frame planner, encoder, pipelines, glyph atlases, caches</summary>

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

        <entry>
            <title>valo-dl-0.4.0</title>

            <link href="/valo-dl/0.4.0/valo_dl/" />
            <id>urn:docs-rs:valo-dl:0.4.0</id>
            <updated>
            2026-09-06T05:33:23.747262+00:00</updated>

            <summary>Display-list recording for valo, with the record-time oracle the renderer replays</summary>

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

        <entry>
            <title>valo-system-fonts-0.4.0</title>

            <link href="/valo-system-fonts/0.4.0/valo_system_fonts/" />
            <id>urn:docs-rs:valo-system-fonts:0.4.0</id>
            <updated>
            2026-09-06T05:33:15.543610+00:00</updated>

            <summary>The platform&#38;apos;s installed fonts as valo&#38;apos;s FontSource, over a valo-fontmgr font manager</summary>

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

        <entry>
            <title>valo-text-0.4.0</title>

            <link href="/valo-text/0.4.0/valo_text/" />
            <id>urn:docs-rs:valo-text:0.4.0</id>
            <updated>
            2026-09-06T05:33:10.572206+00:00</updated>

            <summary>Typographer and paragraph layout for valo: shaping, bidi, wrapping, glyph raster, SDF</summary>

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

        <entry>
            <title>valo-geometry-0.4.0</title>

            <link href="/valo-geometry/0.4.0/valo_geometry/" />
            <id>urn:docs-rs:valo-geometry:0.4.0</id>
            <updated>
            2026-09-06T05:33:03.162633+00:00</updated>

            <summary>Pure 2D math for valo: points, rects, paths, 4x4 matrices, strokes, color</summary>

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

        <entry>
            <title>valo-fontmgr-0.4.0</title>

            <link href="/valo-fontmgr/0.4.0/valo_fontmgr/" />
            <id>urn:docs-rs:valo-fontmgr:0.4.0</id>
            <updated>
            2026-09-06T05:33:01.997801+00:00</updated>

            <summary>Installed fonts, found the way Skia&#38;apos;s SkFontMgr finds them: by family and style, by the character to cover, and the platform&#38;apos;s own UI font</summary>

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

        <entry>
            <title>patch-crate-aki-0.1.13</title>

            <link href="/patch-crate-aki/0.1.13/patch_crate_aki/" />
            <id>urn:docs-rs:patch-crate-aki:0.1.13</id>
            <updated>
            2026-09-06T05:32:07.078382+00:00</updated>

            <summary>patch-crate lets rust developer instantly make and keep fixes to rust crate dependencies.
It&#38;apos;s a vital band-aid for those of us living on the bleeding edge.
</summary>

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

        <entry>
            <title>kraken-futures-ws-0.1.0</title>

            <link href="/kraken-futures-ws/0.1.0/kraken_futures_ws/" />
            <id>urn:docs-rs:kraken-futures-ws:0.1.0</id>
            <updated>
            2026-09-06T05:32:07.023244+00:00</updated>

            <summary>WebSocket client for Kraken Futures API</summary>

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

        <entry>
            <title>kraken-wasm-0.1.0</title>

            <link href="/kraken-wasm/0.1.0/kraken_wasm/" />
            <id>urn:docs-rs:kraken-wasm:0.1.0</id>
            <updated>
            2026-09-06T05:32:03.413798+00:00</updated>

            <summary>WASM bindings for Kraken orderbook engine</summary>

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

        <entry>
            <title>libmars-0.6.2</title>

            <link href="/libmars/0.6.2/libmars/" />
            <id>urn:docs-rs:libmars:0.6.2</id>
            <updated>
            2026-09-06T05:31:57.126614+00:00</updated>

            <summary>Library to build window managers and accompanying utilities</summary>

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

        <entry>
            <title>match_string_macros-0.1.1</title>

            <link href="/match_string_macros/0.1.1/match_string_macros/" />
            <id>urn:docs-rs:match_string_macros:0.1.1</id>
            <updated>
            2026-09-06T05:31:56.561829+00:00</updated>

            <summary>Proc-macro to provide ergonomic pattern-matching syntax for the `match-string` crate</summary>

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

        <entry>
            <title>kraken-ws-0.1.0</title>

            <link href="/kraken-ws/0.1.0/kraken_ws/" />
            <id>urn:docs-rs:kraken-ws:0.1.0</id>
            <updated>
            2026-09-06T05:31:49.039405+00:00</updated>

            <summary>Native WebSocket client for Kraken API v2</summary>

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

        <entry>
            <title>kraken-auth-0.1.0</title>

            <link href="/kraken-auth/0.1.0/kraken_auth/" />
            <id>urn:docs-rs:kraken-auth:0.1.0</id>
            <updated>
            2026-09-06T05:31:45.280722+00:00</updated>

            <summary>Authentication and WebSocket token provider for Kraken API</summary>

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

        <entry>
            <title>kraken-book-0.1.0</title>

            <link href="/kraken-book/0.1.0/kraken_book/" />
            <id>urn:docs-rs:kraken-book:0.1.0</id>
            <updated>
            2026-09-06T05:31:41.779416+00:00</updated>

            <summary>WASM-compatible orderbook engine for Kraken</summary>

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

        <entry>
            <title>wifilocate-0.1.7</title>

            <link href="/wifilocate/0.1.7/wifilocate/" />
            <id>urn:docs-rs:wifilocate:0.1.7</id>
            <updated>
            2026-09-06T05:31:36.534924+00:00</updated>

            <summary>Get your gps location from wifi networks</summary>

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

        <entry>
            <title>nervusdb-core-1.0.3</title>

            <link href="/nervusdb-core/1.0.3/nervusdb_core/" />
            <id>urn:docs-rs:nervusdb-core:1.0.3</id>
            <updated>
            2026-09-06T05:31:33.274612+00:00</updated>

            <summary>Embeddable Graph Database Core (Rust)</summary>

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

        <entry>
            <title>nervusdb-temporal-1.0.3</title>

            <link href="/nervusdb-temporal/1.0.3/nervusdb_temporal/" />
            <id>urn:docs-rs:nervusdb-temporal:1.0.3</id>
            <updated>
            2026-09-06T05:31:27.906523+00:00</updated>

            <summary>Temporal Store for NervusDB - AI Memory / Episode management</summary>

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

        <entry>
            <title>ratatui-prompt-0.0.0</title>

            <link href="/ratatui-prompt/0.0.0/ratatui_prompt/" />
            <id>urn:docs-rs:ratatui-prompt:0.0.0</id>
            <updated>
            2026-09-06T05:31:27.745223+00:00</updated>

            <summary>Reserved for Ratatui prompt widgets and prompt flows for terminal applications.</summary>

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

        <entry>
            <title>permanganate-0.2.0</title>

            <link href="/permanganate/0.2.0/permanganate/" />
            <id>urn:docs-rs:permanganate:0.2.0</id>
            <updated>
            2026-09-06T05:31:25.784775+00:00</updated>

            <summary>Graph and Boolean SAT solver for Numberlink and Flow Free</summary>

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

        <entry>
            <title>fixed_trigonometry-0.4.4</title>

            <link href="/fixed_trigonometry/0.4.4/fixed_trigonometry/" />
            <id>urn:docs-rs:fixed_trigonometry:0.4.4</id>
            <updated>
            2026-09-06T05:31:25.068271+00:00</updated>

            <summary>Fixed point numerical approimations to trigonometric functions.</summary>

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

        <entry>
            <title>mongo-collection-macro-0.2.0</title>

            <link href="/mongo-collection-macro/0.2.0/mongo_collection_macro/" />
            <id>urn:docs-rs:mongo-collection-macro:0.2.0</id>
            <updated>
            2026-09-06T05:31:23.953891+00:00</updated>

            <summary>Procedural macros for deriving the Collection trait for MongoDB collections</summary>

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

        <entry>
            <title>passrs-0.6.3</title>

            <link href="/passrs/0.6.3/passrs/" />
            <id>urn:docs-rs:passrs:0.6.3</id>
            <updated>
            2026-09-06T05:31:23.164892+00:00</updated>

            <summary>Rust implementation of the Linux pass program, with shared folders</summary>

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

        <entry>
            <title>driver-5011as-0.1.0</title>

            <link href="/driver-5011as/0.1.0/driver_5011as/" />
            <id>urn:docs-rs:driver-5011as:0.1.0</id>
            <updated>
            2026-09-06T05:31:19.674450+00:00</updated>

            <summary>A simple driver for the 5011as 7-segment display using `embedded-hal`.</summary>

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

        <entry>
            <title>kraken-types-0.1.0</title>

            <link href="/kraken-types/0.1.0/kraken_types/" />
            <id>urn:docs-rs:kraken-types:0.1.0</id>
            <updated>
            2026-09-06T05:31:18.288162+00:00</updated>

            <summary>Shared types for Kraken WebSocket API v2</summary>

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

        <entry>
            <title>mere_memory_types-0.98.0</title>

            <link href="/mere_memory_types/0.98.0/mere_memory_types/" />
            <id>urn:docs-rs:mere_memory_types:0.98.0</id>
            <updated>
            2026-09-06T05:31:16.630274+00:00</updated>

            <summary>A Holochain Zome for storing large or small byte values</summary>

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

        <entry>
            <title>tower_allowed_hosts-0.12.1</title>

            <link href="/tower_allowed_hosts/0.12.1/tower_allowed_hosts/" />
            <id>urn:docs-rs:tower_allowed_hosts:0.12.1</id>
            <updated>
            2026-09-06T05:31:13.830308+00:00</updated>

            <summary>tower allowed hosts layer</summary>

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

        <entry>
            <title>pkpass-1.1.0</title>

            <link href="/pkpass/1.1.0/pkpass/" />
            <id>urn:docs-rs:pkpass:1.1.0</id>
            <updated>
            2026-09-06T05:31:08.901652+00:00</updated>

            <summary>Rust library for generate Apple Wallet Passes for iOS, WatchOS, MacOS.</summary>

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

        <entry>
            <title>mcget-0.0.0</title>

            <link href="/mcget/0.0.0/mcget/" />
            <id>urn:docs-rs:mcget:0.0.0</id>
            <updated>
            2026-09-06T05:31:06.227013+00:00</updated>

            <summary>A Minecraft server status query library and CLI tool (Java SLP + Bedrock RakNet)</summary>

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

        <entry>
            <title>serdebug-1.2.0</title>

            <link href="/serdebug/1.2.0/serdebug/" />
            <id>urn:docs-rs:serdebug:1.2.0</id>
            <updated>
            2026-09-06T05:31:03.719802+00:00</updated>

            <summary>serde-based replacement for #[derive(Debug)]</summary>

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

        <entry>
            <title>serdebug_derive-1.2.0</title>

            <link href="/serdebug_derive/1.2.0/serdebug_derive/" />
            <id>urn:docs-rs:serdebug_derive:1.2.0</id>
            <updated>
            2026-09-06T05:31:02.823921+00:00</updated>

            <summary>Proc-macro part for serdebug (see main crate for more details)</summary>

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

        <entry>
            <title>cargo-doc2readme-0.7.3</title>

            <link href="/cargo-doc2readme/0.7.3/cargo_doc2readme/" />
            <id>urn:docs-rs:cargo-doc2readme:0.7.3</id>
            <updated>
            2026-09-06T05:31:02.613939+00:00</updated>

            <summary>cargo subcommand to create a readme file containing the rustdoc comments from your code</summary>

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

        <entry>
            <title>wutengine_ecs-0.0.7</title>

            <link href="/wutengine_ecs/0.0.7/wutengine_ecs/" />
            <id>urn:docs-rs:wutengine_ecs:0.0.7</id>
            <updated>
            2026-09-06T05:30:58.906448+00:00</updated>

            <summary>The core implementation of the WutEngine ECS</summary>

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

        <entry>
            <title>macroquad-particles-0.2.2</title>

            <link href="/macroquad-particles/0.2.2/macroquad_particles/" />
            <id>urn:docs-rs:macroquad-particles:0.2.2</id>
            <updated>
            2026-09-06T05:30:57.763497+00:00</updated>

            <summary>Visual effects editor based on macroquad and megaui.
</summary>

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

        <entry>
            <title>routers-0.3.12</title>

            <link href="/routers/0.3.12/routers/" />
            <id>urn:docs-rs:routers:0.3.12</id>
            <updated>
            2026-09-06T05:30:57.362672+00:00</updated>

            <summary>Rust-Based Routing Tooling for System-Agnostic Maps.</summary>

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

        <entry>
            <title>geekorm-derive-0.12.0</title>

            <link href="/geekorm-derive/0.12.0/geekorm_derive/" />
            <id>urn:docs-rs:geekorm-derive:0.12.0</id>
            <updated>
            2026-09-06T05:30:52.952343+00:00</updated>

            <summary>GeekORM Derive Macros Library</summary>

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

        <entry>
            <title>dhcp-relay-agent-0.1.1</title>

            <link href="/dhcp-relay-agent/0.1.1/dhcp_relay_agent/" />
            <id>urn:docs-rs:dhcp-relay-agent:0.1.1</id>
            <updated>
            2026-09-06T05:30:44.951494+00:00</updated>

            <summary>DHCP Relay Agent library implementing RFC 3046, RFC 6607, and RFC 6621</summary>

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

        <entry>
            <title>geekorm-core-0.12.0</title>

            <link href="/geekorm-core/0.12.0/geekorm_core/" />
            <id>urn:docs-rs:geekorm-core:0.12.0</id>
            <updated>
            2026-09-06T05:30:42.853972+00:00</updated>

            <summary>GeekORM Core Library</summary>

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

        <entry>
            <title>fatsecret-cli-0.1.0</title>

            <link href="/fatsecret-cli/0.1.0/fatsecret_cli/" />
            <id>urn:docs-rs:fatsecret-cli:0.1.0</id>
            <updated>
            2026-09-06T05:30:41.738651+00:00</updated>

            <summary>Terminal client mirroring the FatSecret mobile app</summary>

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

        <entry>
            <title>umbriel-config-0.1.2-alpha.3</title>

            <link href="/umbriel-config/0.1.2-alpha.3/umbriel_config/" />
            <id>urn:docs-rs:umbriel-config:0.1.2-alpha.3</id>
            <updated>
            2026-09-06T05:30:40.963424+00:00</updated>

            <summary>GUI configurator for the Umbriel Wayland compositor</summary>

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

        <entry>
            <title>wp-evm-uniswap-v4-0.1.14</title>

            <link href="/wp-evm-uniswap-v4/0.1.14/wp_evm_uniswap_v4/" />
            <id>urn:docs-rs:wp-evm-uniswap-v4:0.1.14</id>
            <updated>
            2026-09-06T05:30:28.842922+00:00</updated>

            <summary>Uniswap V4 protocol facade for waterpump-evm</summary>

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

        <entry>
            <title>wp-evm-slipstream-0.1.14</title>

            <link href="/wp-evm-slipstream/0.1.14/wp_evm_slipstream/" />
            <id>urn:docs-rs:wp-evm-slipstream:0.1.14</id>
            <updated>
            2026-09-06T05:30:23.728848+00:00</updated>

            <summary>Velodrome Slipstream protocol facade for waterpump-evm (Ramses family, Optimism chain)</summary>

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

        <entry>
            <title>ratatui-overlay-0.0.0</title>

            <link href="/ratatui-overlay/0.0.0/ratatui_overlay/" />
            <id>urn:docs-rs:ratatui-overlay:0.0.0</id>
            <updated>
            2026-09-06T05:30:13.025210+00:00</updated>

            <summary>Reserved for Ratatui overlay, floating surface, and transient UI helpers.</summary>

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

        <entry>
            <title>ratatui-event-0.0.0</title>

            <link href="/ratatui-event/0.0.0/ratatui_event/" />
            <id>urn:docs-rs:ratatui-event:0.0.0</id>
            <updated>
            2026-09-06T05:30:09.801884+00:00</updated>

            <summary>Reserved for Ratatui backend-neutral event types, routing, filters, and subscriptions.</summary>

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

        <entry>
            <title>ratatui-component-0.0.0</title>

            <link href="/ratatui-component/0.0.0/ratatui_component/" />
            <id>urn:docs-rs:ratatui-component:0.0.0</id>
            <updated>
            2026-09-06T05:30:09.387982+00:00</updated>

            <summary>Reserved for Ratatui component traits, lifecycle hooks, state, props, and rendering boundaries.</summary>

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

        <entry>
            <title>ratatui-control-0.0.0</title>

            <link href="/ratatui-control/0.0.0/ratatui_control/" />
            <id>urn:docs-rs:ratatui-control:0.0.0</id>
            <updated>
            2026-09-06T05:30:09.069745+00:00</updated>

            <summary>Reserved for reusable Ratatui control primitives such as buttons, menus, tabs, and text inputs.</summary>

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

        <entry>
            <title>ratatui-container-0.0.0</title>

            <link href="/ratatui-container/0.0.0/ratatui_container/" />
            <id>urn:docs-rs:ratatui-container:0.0.0</id>
            <updated>
            2026-09-06T05:30:07.027305+00:00</updated>

            <summary>Reserved for Ratatui container widgets and layout-aware composition surfaces.</summary>

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

        <entry>
            <title>yo-resp-0.3.21</title>

            <link href="/yo-resp/0.3.21/yo_resp/" />
            <id>urn:docs-rs:yo-resp:0.3.21</id>
            <updated>
            2026-09-06T05:30:05.904078+00:00</updated>

            <summary>The RESP2 and RESP3 codec: borrowed request frames in, wire bytes out, no allocation on the hot path.</summary>

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

        <entry>
            <title>ratatui-commands-0.0.0</title>

            <link href="/ratatui-commands/0.0.0/ratatui_commands/" />
            <id>urn:docs-rs:ratatui-commands:0.0.0</id>
            <updated>
            2026-09-06T05:30:03.952847+00:00</updated>

            <summary>Reserved for Ratatui command definitions and command/action companion helpers.</summary>

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

        <entry>
            <title>ratatui-card-0.0.0</title>

            <link href="/ratatui-card/0.0.0/ratatui_card/" />
            <id>urn:docs-rs:ratatui-card:0.0.0</id>
            <updated>
            2026-09-06T05:30:03.623294+00:00</updated>

            <summary>Reserved for Ratatui card widgets and compact record presentation surfaces.</summary>

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

        <entry>
            <title>crawlberg-cli-1.5.2</title>

            <link href="/crate/crawlberg-cli/1.5.2" />
            <id>urn:docs-rs:crawlberg-cli:1.5.2</id>
            <updated>
            2026-09-06T05:30:02.608622+00:00</updated>

            <summary>Command-line web crawler and scraper</summary>

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

        <entry>
            <title>yo-reactor-0.3.21</title>

            <link href="/yo-reactor/0.3.21/yo_reactor/" />
            <id>urn:docs-rs:yo-reactor:0.3.21</id>
            <updated>
            2026-09-06T05:30:01.189224+00:00</updated>

            <summary>The shard loop: six stages, a batch of 64, and a two walk prefetch, with no executor under it.</summary>

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

        <entry>
            <title>savvy-0.11.0</title>

            <link href="/savvy/0.11.0/savvy/" />
            <id>urn:docs-rs:savvy:0.11.0</id>
            <updated>
            2026-09-06T05:30:01.143715+00:00</updated>

            <summary>A simple R extension interface</summary>

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

        <entry>
            <title>yo-cli-0.3.21</title>

            <link href="/crate/yo-cli/0.3.21" />
            <id>urn:docs-rs:yo-cli:0.3.21</id>
            <updated>
            2026-09-06T05:30:00.693676+00:00</updated>

            <summary>The yo command line tool.</summary>

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

        <entry>
            <title>savvy-ffi-0.11.0</title>

            <link href="/savvy-ffi/0.11.0/savvy_ffi/" />
            <id>urn:docs-rs:savvy-ffi:0.11.0</id>
            <updated>
            2026-09-06T05:29:57.859386+00:00</updated>

            <summary>Minimal FFI bindings for R&#38;apos;s C API</summary>

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

        <entry>
            <title>savvy-macro-0.11.0</title>

            <link href="/savvy-macro/0.11.0/savvy_macro/" />
            <id>urn:docs-rs:savvy-macro:0.11.0</id>
            <updated>
            2026-09-06T05:29:57.570059+00:00</updated>

            <summary>Generate R-ready Rust functions by adding `#[savvy]` macro</summary>

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

        <entry>
            <title>savvy-cli-0.11.0</title>

            <link href="/crate/savvy-cli/0.11.0" />
            <id>urn:docs-rs:savvy-cli:0.11.0</id>
            <updated>
            2026-09-06T05:29:57.275345+00:00</updated>

            <summary>A CLI for savvy framework</summary>

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

        <entry>
            <title>routers_realtime-0.4.6</title>

            <link href="/crate/routers_realtime/0.4.6" />
            <id>urn:docs-rs:routers_realtime:0.4.6</id>
            <updated>
            2026-09-06T05:29:56.938485+00:00</updated>

            <summary>A Demonstration for Real-Time Map Matching</summary>

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

        <entry>
            <title>yodb-0.3.21</title>

            <link href="/yodb/0.3.21/yo/" />
            <id>urn:docs-rs:yodb:0.3.21</id>
            <updated>
            2026-09-06T05:29:48.058686+00:00</updated>

            <summary>The embedded API: typed handles over one file, with no query language</summary>

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

        <entry>
            <title>savvy-bindgen-0.11.0</title>

            <link href="/savvy-bindgen/0.11.0/savvy_bindgen/" />
            <id>urn:docs-rs:savvy-bindgen:0.11.0</id>
            <updated>
            2026-09-06T05:29:46.892926+00:00</updated>

            <summary>Parse Rust functions, and generate C and R code</summary>

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

        <entry>
            <title>catcher-0.19.2</title>

            <link href="/crate/catcher/0.19.2" />
            <id>urn:docs-rs:catcher:0.19.2</id>
            <updated>
            2026-09-06T05:29:45.394893+00:00</updated>

            <summary>A minimal, local-first markdown notes TUI over plain files</summary>

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

        <entry>
            <title>yo-shard-0.3.21</title>

            <link href="/yo-shard/0.3.21/yo_shard/" />
            <id>urn:docs-rs:yo-shard:0.3.21</id>
            <updated>
            2026-09-06T05:29:43.879308+00:00</updated>

            <summary>Shard per core runtime: single ownership, SPSC lanes, and per shard epochs.</summary>

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

        <entry>
            <title>yo-graph-0.3.21</title>

            <link href="/yo-graph/0.3.21/yo_graph/" />
            <id>urn:docs-rs:yo-graph:0.3.21</id>
            <updated>
            2026-09-06T05:29:35.643233+00:00</updated>

            <summary>The adjacency plane yo traverses graphs with</summary>

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

        <entry>
            <title>yo-vector-0.3.21</title>

            <link href="/yo-vector/0.3.21/yo_vector/" />
            <id>urn:docs-rs:yo-vector:0.3.21</id>
            <updated>
            2026-09-06T05:29:34.712862+00:00</updated>

            <summary>RaBitQ quantisation and the partition index yo searches vectors with</summary>

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

        <entry>
            <title>yo-doc-0.3.21</title>

            <link href="/yo-doc/0.3.21/yo_doc/" />
            <id>urn:docs-rs:yo-doc:0.3.21</id>
            <updated>
            2026-09-06T05:29:34.047011+00:00</updated>

            <summary>YOJB, the binary JSON encoding that yo stores documents in</summary>

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

        <entry>
            <title>yo-kv-0.3.21</title>

            <link href="/yo-kv/0.3.21/yo_kv/" />
            <id>urn:docs-rs:yo-kv:0.3.21</id>
            <updated>
            2026-09-06T05:29:30.295258+00:00</updated>

            <summary>The Redis data structures, as plain Rust types with no protocol attached</summary>

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

        <entry>
            <title>yo-crash-0.3.21</title>

            <link href="/yo-crash/0.3.21/yo_crash/" />
            <id>urn:docs-rs:yo-crash:0.3.21</id>
            <updated>
            2026-09-06T05:29:28.959133+00:00</updated>

            <summary>Crash injection for the log: a hundred thousand faults, zero silent corruptions.</summary>

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

        <entry>
            <title>wp-evm-shadow-0.1.14</title>

            <link href="/wp-evm-shadow/0.1.14/wp_evm_shadow/" />
            <id>urn:docs-rs:wp-evm-shadow:0.1.14</id>
            <updated>
            2026-09-06T05:29:27.594644+00:00</updated>

            <summary>Shadow Exchange protocol facade for waterpump-evm (Ramses family, Sonic chain)</summary>

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

        <entry>
            <title>yo-reader-0.3.21</title>

            <link href="/yo-reader/0.3.21/yo_reader/" />
            <id>urn:docs-rs:yo-reader:0.3.21</id>
            <updated>
            2026-09-06T05:29:26.981059+00:00</updated>

            <summary>An independent minimal reader for .yo files, written from the specification and sharing no code with the engine.</summary>

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

        <entry>
            <title>yo-file-0.3.21</title>

            <link href="/yo-file/0.3.21/yo_file/" />
            <id>urn:docs-rs:yo-file:0.3.21</id>
            <updated>
            2026-09-06T05:29:25.385603+00:00</updated>

            <summary>The .yo file: segments, two superblocks, the root flip, and durability.</summary>

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

        <entry>
            <title>birta-0.7.0</title>

            <link href="/birta/0.7.0/birta/" />
            <id>urn:docs-rs:birta:0.7.0</id>
            <updated>
            2026-09-06T05:29:24.551823+00:00</updated>

            <summary>Preview markdown files in the browser with GitHub-style rendering</summary>

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

        <entry>
            <title>yo-search-0.3.21</title>

            <link href="/yo-search/0.3.21/yo_search/" />
            <id>urn:docs-rs:yo-search:0.3.21</id>
            <updated>
            2026-09-06T05:29:23.464197+00:00</updated>

            <summary>The search index definitions and the registry yo answers FT.* from</summary>

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

        <entry>
            <title>yo-capi-0.3.21</title>

            <link href="/yo-capi/0.3.21/yo_capi/" />
            <id>urn:docs-rs:yo-capi:0.3.21</id>
            <updated>
            2026-09-06T05:29:23.338346+00:00</updated>

            <summary>The frozen C ABI for yo, the embedded knowledge engine</summary>

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

        <entry>
            <title>wp-evm-aerodrome-0.1.14</title>

            <link href="/wp-evm-aerodrome/0.1.14/wp_evm_aerodrome/" />
            <id>urn:docs-rs:wp-evm-aerodrome:0.1.14</id>
            <updated>
            2026-09-06T05:29:20.962988+00:00</updated>

            <summary>Aerodrome Slipstream protocol facade (Velodrome family, Base chain)</summary>

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

        <entry>
            <title>wp-evm-v4-provider-0.1.14</title>

            <link href="/wp-evm-v4-provider/0.1.14/wp_evm_v4_provider/" />
            <id>urn:docs-rs:wp-evm-v4-provider:0.1.14</id>
            <updated>
            2026-09-06T05:29:17.078373+00:00</updated>

            <summary>Async chain I/O for v4-family DEXes — re-exports wp-evm-v4-core</summary>

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

        <entry>
            <title>wp-evm-uniswap-v3-0.1.14</title>

            <link href="/wp-evm-uniswap-v3/0.1.14/wp_evm_uniswap_v3/" />
            <id>urn:docs-rs:wp-evm-uniswap-v3:0.1.14</id>
            <updated>
            2026-09-06T05:29:15.731572+00:00</updated>

            <summary>Uniswap V3 protocol facade for waterpump-evm</summary>

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

        <entry>
            <title>wp-evm-quickswap-0.1.14</title>

            <link href="/wp-evm-quickswap/0.1.14/wp_evm_quickswap/" />
            <id>urn:docs-rs:wp-evm-quickswap:0.1.14</id>
            <updated>
            2026-09-06T05:29:11.443806+00:00</updated>

            <summary>QuickSwap V3 (Algebra V1.9) protocol facade for waterpump-evm (Polygon chain)</summary>

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

        <entry>
            <title>yo-index-0.3.21</title>

            <link href="/yo-index/0.3.21/yo_index/" />
            <id>urn:docs-rs:yo-index:0.3.21</id>
            <updated>
            2026-09-06T05:28:56.207150+00:00</updated>

            <summary>The 64 byte index bucket, tag prefiltered probing, and dashtable style growth.</summary>

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

        <entry>
            <title>yo-format-0.3.21</title>

            <link href="/yo-format/0.3.21/yo_format/" />
            <id>urn:docs-rs:yo-format:0.3.21</id>
            <updated>
            2026-09-06T05:28:55.744197+00:00</updated>

            <summary>The on-disk byte layouts of a .yo file, and nothing else.</summary>

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

        <entry>
            <title>yo-record-0.3.21</title>

            <link href="/yo-record/0.3.21/yo_record/" />
            <id>urn:docs-rs:yo-record:0.3.21</id>
            <updated>
            2026-09-06T05:28:55.343451+00:00</updated>

            <summary>The hybrid log: append, regions, group commit, replay and compaction.</summary>

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

        <entry>
            <title>yo-uring-0.3.21</title>

            <link href="/yo-uring/0.3.21/yo_uring/" />
            <id>urn:docs-rs:yo-uring:0.3.21</id>
            <updated>
            2026-09-06T05:28:53.035445+00:00</updated>

            <summary>The per shard submission ring: io_uring on Linux, the same state machine with synchronous storage everywhere else.</summary>

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

        <entry>
            <title>yo-shape-0.3.21</title>

            <link href="/yo-shape/0.3.21/yo_shape/" />
            <id>urn:docs-rs:yo-shape:0.3.21</id>
            <updated>
            2026-09-06T05:28:52.835086+00:00</updated>

            <summary>The shape tag: one canonical description of a type that six languages compute identically</summary>

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

        <entry>
            <title>yo-arena-0.3.21</title>

            <link href="/yo-arena/0.3.21/yo_arena/" />
            <id>urn:docs-rs:yo-arena:0.3.21</id>
            <updated>
            2026-09-06T05:28:51.455136+00:00</updated>

            <summary>Bump allocated 2 MiB segments with dead byte accounting, the shard&#38;apos;s only value allocator.</summary>

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

        <entry>
            <title>wp-evm-sushi-v3-0.1.14</title>

            <link href="/wp-evm-sushi-v3/0.1.14/wp_evm_sushi_v3/" />
            <id>urn:docs-rs:wp-evm-sushi-v3:0.1.14</id>
            <updated>
            2026-09-06T05:28:51.231723+00:00</updated>

            <summary>SushiSwap V3 protocol facade for waterpump-evm</summary>

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

        <entry>
            <title>yo-common-0.3.21</title>

            <link href="/yo-common/0.3.21/yo_common/" />
            <id>urn:docs-rs:yo-common:0.3.21</id>
            <updated>
            2026-09-06T05:28:50.983068+00:00</updated>

            <summary>Ids, the generated error model, wyhash and the CRC family for yo.</summary>

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

        <entry>
            <title>yo-sketch-0.3.21</title>

            <link href="/yo-sketch/0.3.21/yo_sketch/" />
            <id>urn:docs-rs:yo-sketch:0.3.21</id>
            <updated>
            2026-09-06T05:28:49.147707+00:00</updated>

            <summary>The probabilistic sketches yo answers BF.* and the rest of the RedisBloom surface from</summary>

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

        <entry>
            <title>yo-alloc-0.3.21</title>

            <link href="/yo-alloc/0.3.21/yo_alloc/" />
            <id>urn:docs-rs:yo-alloc:0.3.21</id>
            <updated>
            2026-09-06T05:28:48.802610+00:00</updated>

            <summary>A global allocator that aborts when a shard thread allocates off the marked setup path.</summary>

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

        <entry>
            <title>wp-evm-ramses-provider-0.1.14</title>

            <link href="/wp-evm-ramses-provider/0.1.14/wp_evm_ramses_provider/" />
            <id>urn:docs-rs:wp-evm-ramses-provider:0.1.14</id>
            <updated>
            2026-09-06T05:28:48.461028+00:00</updated>

            <summary>Async chain I/O for Ramses-family CL DEXes</summary>

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

        <entry>
            <title>yo-series-0.3.21</title>

            <link href="/yo-series/0.3.21/yo_series/" />
            <id>urn:docs-rs:yo-series:0.3.21</id>
            <updated>
            2026-09-06T05:28:48.112537+00:00</updated>

            <summary>The compressed time series yo answers TS.* from</summary>

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

        <entry>
            <title>yo-derive-0.3.21</title>

            <link href="/yo-derive/0.3.21/yo_derive/" />
            <id>urn:docs-rs:yo-derive:0.3.21</id>
            <updated>
            2026-09-06T05:28:47.332734+00:00</updated>

            <summary>The derive that writes a type&#38;apos;s shape, its document encoding and its indexes</summary>

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

        <entry>
            <title>wp-evm-prjx-0.1.14</title>

            <link href="/wp-evm-prjx/0.1.14/wp_evm_prjx/" />
            <id>urn:docs-rs:wp-evm-prjx:0.1.14</id>
            <updated>
            2026-09-06T05:28:45.441228+00:00</updated>

            <summary>Project X (PRJX) V3-family facade for waterpump-evm (HyperEVM)</summary>

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

        <entry>
            <title>wp-evm-pancake-v3-0.1.14</title>

            <link href="/wp-evm-pancake-v3/0.1.14/wp_evm_pancake_v3/" />
            <id>urn:docs-rs:wp-evm-pancake-v3:0.1.14</id>
            <updated>
            2026-09-06T05:28:44.049634+00:00</updated>

            <summary>PancakeSwap V3 protocol facade for waterpump-evm</summary>

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

        <entry>
            <title>crawlberg-bypass-1.5.2</title>

            <link href="/crawlberg-bypass/1.5.2/crawlberg_bypass/" />
            <id>urn:docs-rs:crawlberg-bypass:1.5.2</id>
            <updated>
            2026-09-06T05:28:37.207888+00:00</updated>

            <summary>Configurable HTTP-based BypassProvider implementations for crawlberg, driven by per-vendor YAML configs.</summary>

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

        <entry>
            <title>crawlberg-browser-1.5.2</title>

            <link href="/crate/crawlberg-browser/1.5.2" />
            <id>urn:docs-rs:crawlberg-browser:1.5.2</id>
            <updated>
            2026-09-06T05:28:29.633695+00:00</updated>

            <summary>Internal headless-browser fallback used by the crawlberg crawler. Not intended for direct use.</summary>

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

        <entry>
            <title>yog-0.0.42</title>

            <link href="/yog/0.0.42/yog/" />
            <id>urn:docs-rs:yog:0.0.42</id>
            <updated>
            2026-09-06T05:28:25.984315+00:00</updated>

            <summary>yog: the standalone server for litany loops — the world, the balls and the conversations, behind one wire</summary>

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

        <entry>
            <title>crawlberg-1.5.2</title>

            <link href="/crawlberg/1.5.2/crawlberg/" />
            <id>urn:docs-rs:crawlberg:1.5.2</id>
            <updated>
            2026-09-06T05:28:22.032887+00:00</updated>

            <summary>High-performance web crawling engine</summary>

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

        <entry>
            <title>endringer-async-0.33.3</title>

            <link href="/endringer-async/0.33.3/endringer_async/" />
            <id>urn:docs-rs:endringer-async:0.33.3</id>
            <updated>
            2026-09-06T05:28:20.754572+00:00</updated>

            <summary>Async facade for endringer (tokio::task::spawn_blocking).</summary>

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

        <entry>
            <title>wp-evm-blackhole-0.1.14</title>

            <link href="/wp-evm-blackhole/0.1.14/wp_evm_blackhole/" />
            <id>urn:docs-rs:wp-evm-blackhole:0.1.14</id>
            <updated>
            2026-09-06T05:28:13.846131+00:00</updated>

            <summary>Blackhole protocol facade for waterpump-evm (Algebra eternal farming, Avalanche chain)</summary>

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

        <entry>
            <title>crawlberg-bindings-common-1.5.2</title>

            <link href="/crawlberg-bindings-common/1.5.2/crawlberg_bindings_common/" />
            <id>urn:docs-rs:crawlberg-bindings-common:1.5.2</id>
            <updated>
            2026-09-06T05:28:09.087631+00:00</updated>

            <summary>Shared adapter layer for crawlberg language bindings</summary>

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

        <entry>
            <title>endringer-0.33.3</title>

            <link href="/endringer/0.33.3/endringer/" />
            <id>urn:docs-rs:endringer:0.33.3</id>
            <updated>
            2026-09-06T05:28:01.695563+00:00</updated>

            <summary>Lightweight VCS repository introspection — Git and `jj` (Jujutsu) via gix.</summary>

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

        <entry>
            <title>endringer-jj-0.33.3</title>

            <link href="/endringer-jj/0.33.3/endringer_jj/" />
            <id>urn:docs-rs:endringer-jj:0.33.3</id>
            <updated>
            2026-09-06T05:27:47.724290+00:00</updated>

            <summary>Jujutsu backend for endringer (reads jj&#38;apos;s git store via gix).</summary>

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

        <entry>
            <title>wp-evm-algebra-provider-0.1.14</title>

            <link href="/wp-evm-algebra-provider/0.1.14/wp_evm_algebra_provider/" />
            <id>urn:docs-rs:wp-evm-algebra-provider:0.1.14</id>
            <updated>
            2026-09-06T05:27:46.658186+00:00</updated>

            <summary>Async chain I/O for Algebra-family CL DEXes</summary>

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

        <entry>
            <title>endringer-git-0.33.3</title>

            <link href="/endringer-git/0.33.3/endringer_git/" />
            <id>urn:docs-rs:endringer-git:0.33.3</id>
            <updated>
            2026-09-06T05:27:39.053342+00:00</updated>

            <summary>Git backend for endringer (powered by gix).</summary>

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

        <entry>
            <title>wp-evm-v3-provider-0.1.14</title>

            <link href="/wp-evm-v3-provider/0.1.14/wp_evm_v3_provider/" />
            <id>urn:docs-rs:wp-evm-v3-provider:0.1.14</id>
            <updated>
            2026-09-06T05:27:38.484819+00:00</updated>

            <summary>Async chain I/O for v3-family (CL) DEXes — re-exports wp-evm-v3-core</summary>

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

        <entry>
            <title>wp-evm-execute-0.1.14</title>

            <link href="/wp-evm-execute/0.1.14/wp_evm_execute/" />
            <id>urn:docs-rs:wp-evm-execute:0.1.14</id>
            <updated>
            2026-09-06T05:27:33.345395+00:00</updated>

            <summary>Transaction executor (L6) for waterpump-evm</summary>

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

        <entry>
            <title>endringer-core-0.33.3</title>

            <link href="/endringer-core/0.33.3/endringer_core/" />
            <id>urn:docs-rs:endringer-core:0.33.3</id>
            <updated>
            2026-09-06T05:27:27.511342+00:00</updated>

            <summary>Core types and VCS backend trait for endringer.</summary>

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

        <entry>
            <title>wp-evm-aave-v3-0.1.14</title>

            <link href="/wp-evm-aave-v3/0.1.14/wp_evm_aave_v3/" />
            <id>urn:docs-rs:wp-evm-aave-v3:0.1.14</id>
            <updated>
            2026-09-06T05:27:26.101133+00:00</updated>

            <summary>Aave v3 lending facade — per-chain market config + thin read wrappers</summary>

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

        <entry>
            <title>wp-evm-v4-core-0.1.14</title>

            <link href="/wp-evm-v4-core/0.1.14/wp_evm_v4_core/" />
            <id>urn:docs-rs:wp-evm-v4-core:0.1.14</id>
            <updated>
            2026-09-06T05:27:23.566025+00:00</updated>

            <summary>Pure data + quote + plan for v4-family DEXes — no async dependencies</summary>

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

        <entry>
            <title>wp-evm-ramses-core-0.1.14</title>

            <link href="/wp-evm-ramses-core/0.1.14/wp_evm_ramses_core/" />
            <id>urn:docs-rs:wp-evm-ramses-core:0.1.14</id>
            <updated>
            2026-09-06T05:27:17.968341+00:00</updated>

            <summary>Pure data + quote + plan for Ramses-family CL DEXes</summary>

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

        <entry>
            <title>wp-evm-algebra-core-0.1.14</title>

            <link href="/wp-evm-algebra-core/0.1.14/wp_evm_algebra_core/" />
            <id>urn:docs-rs:wp-evm-algebra-core:0.1.14</id>
            <updated>
            2026-09-06T05:27:07.539387+00:00</updated>

            <summary>Pure data + quote + plan for Algebra-family CL DEXes</summary>

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

        <entry>
            <title>routers_rpc-0.1.15</title>

            <link href="/routers_rpc/0.1.15/routers_rpc/" />
            <id>urn:docs-rs:routers_rpc:0.1.15</id>
            <updated>
            2026-09-06T05:27:05.324341+00:00</updated>

            <summary>gRPC Endpoints for Routers</summary>

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

        <entry>
            <title>async-openai-types-0.24.1</title>

            <link href="/async-openai-types/0.24.1/async_openai_types/" />
            <id>urn:docs-rs:async-openai-types:0.24.1</id>
            <updated>
            2026-09-06T05:27:04.513090+00:00</updated>

            <summary>Rust library for OpenAI</summary>

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

        <entry>
            <title>wp-evm-zerox-0.1.14</title>

            <link href="/wp-evm-zerox/0.1.14/wp_evm_zerox/" />
            <id>urn:docs-rs:wp-evm-zerox:0.1.14</id>
            <updated>
            2026-09-06T05:27:01.594798+00:00</updated>

            <summary>0x Protocol facade for waterpump-evm</summary>

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

        <entry>
            <title>ratchet_fixture-1.2.1</title>

            <link href="/ratchet_fixture/1.2.1/ratchet_fixture/" />
            <id>urn:docs-rs:ratchet_fixture:1.2.1</id>
            <updated>
            2026-09-06T05:26:56.137924+00:00</updated>

            <summary>Ratchet fixture</summary>

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

        <entry>
            <title>tokio-graceful-0.2.2</title>

            <link href="/tokio-graceful/0.2.2/tokio_graceful/" />
            <id>urn:docs-rs:tokio-graceful:0.2.2</id>
            <updated>
            2026-09-06T05:26:53.285699+00:00</updated>

            <summary>util for graceful shutdown of tokio applications</summary>

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

        <entry>
            <title>bitstring-trees-0.2.0</title>

            <link href="/bitstring-trees/0.2.0/bitstring_trees/" />
            <id>urn:docs-rs:bitstring-trees:0.2.0</id>
            <updated>
            2026-09-06T05:26:47.321761+00:00</updated>

            <summary>Trees based on bitstrings</summary>

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

        <entry>
            <title>etest-0.3.1</title>

            <link href="/etest/0.3.1/etest/" />
            <id>urn:docs-rs:etest:0.3.1</id>
            <updated>
            2026-09-06T05:26:46.705929+00:00</updated>

            <summary>Allows to control behaviour of `#[test]` like functions</summary>

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

        <entry>
            <title>ratchet_rs-1.2.1</title>

            <link href="/ratchet_rs/1.2.1/ratchet_rs/" />
            <id>urn:docs-rs:ratchet_rs:1.2.1</id>
            <updated>
            2026-09-06T05:26:39.766901+00:00</updated>

            <summary>Async WebSocket implementation</summary>

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

        <entry>
            <title>nbr-0.4.3</title>

            <link href="/nbr/0.4.3/nbr/" />
            <id>urn:docs-rs:nbr:0.4.3</id>
            <updated>
            2026-09-06T05:26:37.201130+00:00</updated>

            <summary>CLI for NoneBot2 - A Rust implementation</summary>

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

        <entry>
            <title>wp-evm-aave-v3-provider-0.1.14</title>

            <link href="/wp-evm-aave-v3-provider/0.1.14/wp_evm_aave_v3_provider/" />
            <id>urn:docs-rs:wp-evm-aave-v3-provider:0.1.14</id>
            <updated>
            2026-09-06T05:26:36.726787+00:00</updated>

            <summary>Async chain I/O for the Aave-v3 lending family</summary>

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

        <entry>
            <title>ratchet_core-1.2.1</title>

            <link href="/ratchet_core/1.2.1/ratchet_core/" />
            <id>urn:docs-rs:ratchet_core:1.2.1</id>
            <updated>
            2026-09-06T05:26:29.382855+00:00</updated>

            <summary>Async WebSocket implementation</summary>

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

        <entry>
            <title>ratchet_deflate-1.2.1</title>

            <link href="/ratchet_deflate/1.2.1/ratchet_deflate/" />
            <id>urn:docs-rs:ratchet_deflate:1.2.1</id>
            <updated>
            2026-09-06T05:26:27.135358+00:00</updated>

            <summary>Permessage Deflate for Ratchet</summary>

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

        <entry>
            <title>wp-evm-lifi-0.1.14</title>

            <link href="/wp-evm-lifi/0.1.14/wp_evm_lifi/" />
            <id>urn:docs-rs:wp-evm-lifi:0.1.14</id>
            <updated>
            2026-09-06T05:26:24.744158+00:00</updated>

            <summary>LiFi aggregator protocol facade for waterpump-evm</summary>

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

        <entry>
            <title>ascii-canvas-4.0.0</title>

            <link href="/ascii-canvas/4.0.0/ascii_canvas/" />
            <id>urn:docs-rs:ascii-canvas:4.0.0</id>
            <updated>
            2026-09-06T05:26:22.178953+00:00</updated>

            <summary>simple canvas for drawing lines and styled text and emitting to the terminal</summary>

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

        <entry>
            <title>rustls-pemfile-2.2.0</title>

            <link href="/rustls-pemfile/2.2.0/rustls_pemfile/" />
            <id>urn:docs-rs:rustls-pemfile:2.2.0</id>
            <updated>
            2026-09-06T05:26:20.163181+00:00</updated>

            <summary>Basic .pem file parser for keys and certificates</summary>

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

        <entry>
            <title>egui-tetra2-0.6.0</title>

            <link href="/egui-tetra2/0.6.0/egui_tetra2/" />
            <id>urn:docs-rs:egui-tetra2:0.6.0</id>
            <updated>
            2026-09-06T05:26:19.225483+00:00</updated>

            <summary>egui integration for Tetra</summary>

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

        <entry>
            <title>ids-daps-client-0.2.1</title>

            <link href="/ids-daps-client/0.2.1/ids_daps_client/" />
            <id>urn:docs-rs:ids-daps-client:0.2.1</id>
            <updated>
            2026-09-06T05:26:18.594879+00:00</updated>

            <summary>A client to connect with the IDS DAPS.</summary>

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

        <entry>
            <title>liba-0.1.15</title>

            <link href="/liba/0.1.15/liba/" />
            <id>urn:docs-rs:liba:0.1.15</id>
            <updated>
            2026-09-06T05:26:15.502743+00:00</updated>

            <summary>An algorithm library based on C/C++</summary>

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

        <entry>
            <title>ratchet_ext-1.2.1</title>

            <link href="/ratchet_ext/1.2.1/ratchet_ext/" />
            <id>urn:docs-rs:ratchet_ext:1.2.1</id>
            <updated>
            2026-09-06T05:26:12.254554+00:00</updated>

            <summary>WebSocket extensions for Ratchet</summary>

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

        <entry>
            <title>rsdoc-0.3.0</title>

            <link href="/rsdoc/0.3.0/rsdoc/" />
            <id>urn:docs-rs:rsdoc:0.3.0</id>
            <updated>
            2026-09-06T05:26:10.841067+00:00</updated>

            <summary>Transform PlandUML/Drawio diagrams in doc comments as PNG images.
</summary>

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