<?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-06T20:17:55.485025+00:00</updated>

        <entry>
            <title>cratestack-sqlite-0.12.0</title>

            <link href="/cratestack-sqlite/0.12.0/cratestack/" />
            <id>urn:docs-rs:cratestack-sqlite:0.12.0</id>
            <updated>
            2026-09-06T20:17:55.485025+00:00</updated>

            <summary>CrateStack embedded facade — rusqlite-backed SQLite runtime (native + wasm32) plus the shared schema/parser/policy/SQL surface. Pick this crate via `cratestack = { package = &#38;quot;cratestack-sqlite&#38;quot; }` for mobile, desktop, browser, or any on-device storage layer.</summary>

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

        <entry>
            <title>cratestack-redis-0.12.0</title>

            <link href="/cratestack-redis/0.12.0/cratestack_redis/" />
            <id>urn:docs-rs:cratestack-redis:0.12.0</id>
            <updated>
            2026-09-06T20:17:37.878237+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>cratestack-service-0.12.0</title>

            <link href="/cratestack-service/0.12.0/cratestack_service/" />
            <id>urn:docs-rs:cratestack-service:0.12.0</id>
            <updated>
            2026-09-06T20:17:33.456937+00:00</updated>

            <summary>CrateStack service-bootstrap batteries: env-driven ServiceConfig, /healthz + /healthz/ready with opt-in dependency checks, a tracing_subscriber initializer, and a run() helper. Postgres-specific pieces (ServiceConfig::state, the readiness Postgres check, migration loading) sit behind the `postgres` feature (on by default) so a cratestack-api/cratestack-sqlite consumer can disable it and keep sqlx out of their graph.</summary>

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

        <entry>
            <title>cratestack-pg-0.12.0</title>

            <link href="/cratestack-pg/0.12.0/cratestack/" />
            <id>urn:docs-rs:cratestack-pg:0.12.0</id>
            <updated>
            2026-09-06T20:17:22.393101+00:00</updated>

            <summary>CrateStack server facade — Postgres (sqlx) backend with Axum HTTP bindings, generated Rust client runtime, and the shared schema/parser/policy/SQL surface. Pick this crate via `cratestack = { package = &#38;quot;cratestack-pg&#38;quot; }` for backend services.</summary>

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

        <entry>
            <title>cratestack-outbox-0.12.0</title>

            <link href="/cratestack-outbox/0.12.0/cratestack_outbox/" />
            <id>urn:docs-rs:cratestack-outbox:0.12.0</id>
            <updated>
            2026-09-06T20:17:16.999212+00:00</updated>

            <summary>CrateStack transactional outbox: OutboxClient::persist_in_tx writes an event inside the caller&#38;apos;s own Postgres transaction, OutboxClient::drain pages a downstream snapshotter through them in UUIDv7 (insertion) order, and an axum handler pair exposes drain/gc over HTTP. No cratestack schema macro involved — see the crate docs for why.</summary>

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

        <entry>
            <title>chronix-0.2.0</title>

            <link href="/chronix/0.2.0/chronix/" />
            <id>urn:docs-rs:chronix:0.2.0</id>
            <updated>
            2026-09-06T20:17:15.567530+00:00</updated>

            <summary>Chronix — an embedded, analytics-optimised time-series database.</summary>

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

        <entry>
            <title>cratestack-api-0.12.0</title>

            <link href="/cratestack-api/0.12.0/cratestack/" />
            <id>urn:docs-rs:cratestack-api:0.12.0</id>
            <updated>
            2026-09-06T20:16:20.997469+00:00</updated>

            <summary>CrateStack server facade for procedures-only, no-database services — Axum HTTP bindings, generated Rust client runtime, and the shared schema/parser/policy/SQL surface, with `cratestack-sqlx` genuinely absent from the dependency graph. Pick this crate via `cratestack = { package = &#38;quot;cratestack-api&#38;quot; }` for `db = None` servers; pick `cratestack-pg` instead the moment a schema needs even one `model`.</summary>

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

        <entry>
            <title>cratestack-client-typescript-0.12.0</title>

            <link href="/cratestack-client-typescript/0.12.0/cratestack_client_typescript/" />
            <id>urn:docs-rs:cratestack-client-typescript:0.12.0</id>
            <updated>
            2026-09-06T20:16:16.174611+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>sluuz-0.6.6</title>

            <link href="/crate/sluuz/0.6.6" />
            <id>urn:docs-rs:sluuz:0.6.6</id>
            <updated>
            2026-09-06T20:16:03.033206+00:00</updated>

            <summary>git, but it sleuths - a git superset with cross-repo search, secret scanning, and multi-repo management</summary>

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

        <entry>
            <title>cratestack-sqlx-0.12.0</title>

            <link href="/cratestack-sqlx/0.12.0/cratestack_sqlx/" />
            <id>urn:docs-rs:cratestack-sqlx:0.12.0</id>
            <updated>
            2026-09-06T20:15:54.837857+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>cratestack-rusqlite-0.12.0</title>

            <link href="/cratestack-rusqlite/0.12.0/cratestack_rusqlite/" />
            <id>urn:docs-rs:cratestack-rusqlite:0.12.0</id>
            <updated>
            2026-09-06T20:15:54.372264+00:00</updated>

            <summary>On-device SQLite backend for the CrateStack ORM. Sync API, bundled SQLite, no tokio, intended for mobile/embedded use via FFI.</summary>

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

        <entry>
            <title>cratestack-client-store-sqlite-0.12.0</title>

            <link href="/cratestack-client-store-sqlite/0.12.0/cratestack_client_store_sqlite/" />
            <id>urn:docs-rs:cratestack-client-store-sqlite:0.12.0</id>
            <updated>
            2026-09-06T20:15:39.754863+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>cratestack-client-flutter-0.12.0</title>

            <link href="/cratestack-client-flutter/0.12.0/cratestack_client_flutter/" />
            <id>urn:docs-rs:cratestack-client-flutter:0.12.0</id>
            <updated>
            2026-09-06T20:15:34.483465+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>cratestack-client-0.12.0</title>

            <link href="/cratestack-client/0.12.0/cratestack/" />
            <id>urn:docs-rs:cratestack-client:0.12.0</id>
            <updated>
            2026-09-06T20:15:23.340196+00:00</updated>

            <summary>CrateStack facade for pure HTTP-client SDK crates — the `include_client_schema!` macro plus the generated Rust client runtime and the handful of type re-exports (`Page`, `Decimal`, `chrono`, `uuid`, `serde`) generated client code references, with `cratestack-axum` (and therefore `axum`/`tower`/`hyper`/`tower-http`) structurally absent from the dependency graph. Pick this crate via `cratestack = { package = &#38;quot;cratestack-client&#38;quot; }` for a crate that only ever calls a cratestack server, never runs one.</summary>

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

        <entry>
            <title>cratestack-axum-0.12.0</title>

            <link href="/cratestack-axum/0.12.0/cratestack_axum/" />
            <id>urn:docs-rs:cratestack-axum:0.12.0</id>
            <updated>
            2026-09-06T20:15:12.454940+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>terraphim-skills-0.1.10</title>

            <link href="/terraphim-skills/0.1.10/terraphim_skills/" />
            <id>urn:docs-rs:terraphim-skills:0.1.10</id>
            <updated>
            2026-09-06T20:14:59.239372+00:00</updated>

            <summary>Terraphim Skills Manager - CLI for skill discovery, installation, and publishing</summary>

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

        <entry>
            <title>cratestack-sql-0.12.0</title>

            <link href="/cratestack-sql/0.12.0/cratestack_sql/" />
            <id>urn:docs-rs:cratestack-sql:0.12.0</id>
            <updated>
            2026-09-06T20:14:53.086950+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>cratestack-mock-wiremock-0.12.0</title>

            <link href="/cratestack-mock-wiremock/0.12.0/cratestack_mock_wiremock/" />
            <id>urn:docs-rs:cratestack-mock-wiremock:0.12.0</id>
            <updated>
            2026-09-06T20:14:43.694047+00:00</updated>

            <summary>Generates WireMock stub mappings from a .cstack schema&#38;apos;s procedures</summary>

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

        <entry>
            <title>cratestack-macros-0.12.0</title>

            <link href="/cratestack-macros/0.12.0/cratestack_macros/" />
            <id>urn:docs-rs:cratestack-macros:0.12.0</id>
            <updated>
            2026-09-06T20:14:33.748420+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>dengjen-tts-piper-1.2.0</title>

            <link href="/crate/dengjen-tts-piper/1.2.0" />
            <id>urn:docs-rs:dengjen-tts-piper:1.2.0</id>
            <updated>
            2026-09-06T20:14:33.673705+00:00</updated>

            <summary>Piper neural TTS model backend for the dengjen-tts speech synthesis engine</summary>

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

        <entry>
            <title>cratestack-migrate-0.12.0</title>

            <link href="/cratestack-migrate/0.12.0/cratestack_migrate/" />
            <id>urn:docs-rs:cratestack-migrate:0.12.0</id>
            <updated>
            2026-09-06T20:14:30.681443+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>agentd-cli-1.10.0</title>

            <link href="/crate/agentd-cli/1.10.0" />
            <id>urn:docs-rs:agentd-cli:1.10.0</id>
            <updated>
            2026-09-06T20:14:19.386295+00:00</updated>

            <summary>agentd — a minimal, MCP-native, reactive agent runtime (the CLI binary over the agentd-core engine)</summary>

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

        <entry>
            <title>agentd-core-1.10.0</title>

            <link href="/agentd-core/1.10.0/agentd/" />
            <id>urn:docs-rs:agentd-core:1.10.0</id>
            <updated>
            2026-09-06T20:14:15.354721+00:00</updated>

            <summary>Minimal, MCP-native agent runtime as a library: the agentic loop, supervisor, workflows, and code-registered tools (the agentd engine)</summary>

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

        <entry>
            <title>cratestack-lsp-0.12.0</title>

            <link href="/crate/cratestack-lsp/0.12.0" />
            <id>urn:docs-rs:cratestack-lsp:0.12.0</id>
            <updated>
            2026-09-06T20:14:13.873594+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>cratestack-client-rust-0.12.0</title>

            <link href="/cratestack-client-rust/0.12.0/cratestack_client_rust/" />
            <id>urn:docs-rs:cratestack-client-rust:0.12.0</id>
            <updated>
            2026-09-06T20:13:50.372126+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>cratestack-client-dart-0.12.0</title>

            <link href="/cratestack-client-dart/0.12.0/cratestack_client_dart/" />
            <id>urn:docs-rs:cratestack-client-dart:0.12.0</id>
            <updated>
            2026-09-06T20:13:49.479876+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>cratestack-parser-0.12.0</title>

            <link href="/cratestack-parser/0.12.0/cratestack_parser/" />
            <id>urn:docs-rs:cratestack-parser:0.12.0</id>
            <updated>
            2026-09-06T20:13:40.851835+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>cratestack-policy-0.12.0</title>

            <link href="/cratestack-policy/0.12.0/cratestack_policy/" />
            <id>urn:docs-rs:cratestack-policy:0.12.0</id>
            <updated>
            2026-09-06T20:13:37.782902+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>hpx-cli-2.5.24</title>

            <link href="/crate/hpx-cli/2.5.24" />
            <id>urn:docs-rs:hpx-cli:2.5.24</id>
            <updated>
            2026-09-06T20:13:27.391136+00:00</updated>

            <summary>CLI for hpx — high-performance HTTP client and download engine</summary>

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

        <entry>
            <title>nautobot-0.6.0</title>

            <link href="/nautobot/0.6.0/nautobot/" />
            <id>urn:docs-rs:nautobot:0.6.0</id>
            <updated>
            2026-09-06T20:13:19.325865+00:00</updated>

            <summary>ergonomic rust client for Nautobot REST API</summary>

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

        <entry>
            <title>cratestack-exec-0.12.0</title>

            <link href="/cratestack-exec/0.12.0/cratestack_exec/" />
            <id>urn:docs-rs:cratestack-exec:0.12.0</id>
            <updated>
            2026-09-06T20:13:11.582513+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>cratestack-codec-json-0.12.0</title>

            <link href="/cratestack-codec-json/0.12.0/cratestack_codec_json/" />
            <id>urn:docs-rs:cratestack-codec-json:0.12.0</id>
            <updated>
            2026-09-06T20:13:08.298626+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>nautobot-openapi-0.6.0</title>

            <link href="/nautobot-openapi/0.6.0/nautobot_openapi/" />
            <id>urn:docs-rs:nautobot-openapi:0.6.0</id>
            <updated>
            2026-09-06T20:12:59.637887+00:00</updated>

            <summary>low level nautobot bindings (generated by openapi-generator)</summary>

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

        <entry>
            <title>cratestack-codec-cbor-0.12.0</title>

            <link href="/cratestack-codec-cbor/0.12.0/cratestack_codec_cbor/" />
            <id>urn:docs-rs:cratestack-codec-cbor:0.12.0</id>
            <updated>
            2026-09-06T20:12:58.038305+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>cratestack-client-store-redis-0.12.0</title>

            <link href="/cratestack-client-store-redis/0.12.0/cratestack_client_store_redis/" />
            <id>urn:docs-rs:cratestack-client-store-redis:0.12.0</id>
            <updated>
            2026-09-06T20:12:48.679815+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>cratestack-auth-0.12.0</title>

            <link href="/cratestack-auth/0.12.0/cratestack_auth/" />
            <id>urn:docs-rs:cratestack-auth:0.12.0</id>
            <updated>
            2026-09-06T20:12:38.265971+00:00</updated>

            <summary>CrateStack signed-request + identity-token auth: SigV4-style Ed25519 request signing/verification, SD-JWT id-token issuance/verification, multi-issuer JWKS resolution, per-service signing identities, and COSE-signed enrolment challenges. The axum middleware/router/extractor surface sits behind the default-on `axum` feature so a signing-only consumer (e.g. a cratestack-client) can skip it.</summary>

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

        <entry>
            <title>geiserx_ts_python-0.47.6</title>

            <link href="/geiserx_ts_python/0.47.6/tailscale/" />
            <id>urn:docs-rs:geiserx_ts_python:0.47.6</id>
            <updated>
            2026-09-06T20:12:32.454575+00:00</updated>

            <summary>pyo3-based python bindings for tailscale</summary>

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

        <entry>
            <title>soldb-evm-0.3.0</title>

            <link href="/soldb-evm/0.3.0/soldb_evm/" />
            <id>urn:docs-rs:soldb-evm:0.3.0</id>
            <updated>
            2026-09-06T20:12:32.454128+00:00</updated>

            <summary>Execution engine for SolDB traces: node data shapes, trace assembly, and REVM replay</summary>

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

        <entry>
            <title>geiserx_ts_ffi-0.47.6</title>

            <link href="/crate/geiserx_ts_ffi/0.47.6" />
            <id>urn:docs-rs:geiserx_ts_ffi:0.47.6</id>
            <updated>
            2026-09-06T20:12:27.390971+00:00</updated>

            <summary>c ffi bindings for tailscale-rs</summary>

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

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

            <link href="/cratestack-core/0.12.0/cratestack_core/" />
            <id>urn:docs-rs:cratestack-core:0.12.0</id>
            <updated>
            2026-09-06T20:12:19.102941+00:00</updated>

            <summary>Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.</summary>

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

        <entry>
            <title>celsius-0.8.0</title>

            <link href="/celsius/0.8.0/celsius/" />
            <id>urn:docs-rs:celsius:0.8.0</id>
            <updated>
            2026-09-06T20:12:13.419688+00:00</updated>

            <summary>Terminal weather TUI: first-person sky view of the weather at your location, rendered as a truecolor half-block scene</summary>

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

        <entry>
            <title>cratestack-0.12.0</title>

            <link href="/cratestack/0.12.0/cratestack/" />
            <id>urn:docs-rs:cratestack:0.12.0</id>
            <updated>
            2026-09-06T20:12:06.538622+00:00</updated>

            <summary>CrateStack — Rust-native, schema-first framework for typed HTTP APIs, generated clients, and backend services. This crate is a documentation-only landing page; depend on `cratestack-pg` for backend services, `cratestack-api` for procedures-only no-database services, or `cratestack-sqlite` for embedded targets.</summary>

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

        <entry>
            <title>alkhttp-0.2.0</title>

            <link href="/alkhttp/0.2.0/alkhttp/" />
            <id>urn:docs-rs:alkhttp:0.2.0</id>
            <updated>
            2026-09-06T20:12:03.048397+00:00</updated>

            <summary>HTTP interface for the alk stack: serves HTTP/1.1 + HTTP/2 on standard ALPNs (with WebSocket upgrade carrying the channels protocol) and hosts the HTTP-backed call-protocol adapters</summary>

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

        <entry>
            <title>pbox-agent-client-0.1.2</title>

            <link href="/pbox-agent-client/0.1.2/pbox_agent_client/" />
            <id>urn:docs-rs:pbox-agent-client:0.1.2</id>
            <updated>
            2026-09-06T20:11:57.465984+00:00</updated>

            <summary>Authenticated client for the pbox guest agent</summary>

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

        <entry>
            <title>infrahub-erd-0.4.0</title>

            <link href="/crate/infrahub-erd/0.4.0" />
            <id>urn:docs-rs:infrahub-erd:0.4.0</id>
            <updated>
            2026-09-06T20:11:53.451073+00:00</updated>

            <summary>entity-relationship diagrams for infrahub</summary>

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

        <entry>
            <title>hpxless-2.5.24</title>

            <link href="/crate/hpxless/2.5.24" />
            <id>urn:docs-rs:hpxless:2.5.24</id>
            <updated>
            2026-09-06T20:11:48.477410+00:00</updated>

            <summary>CDP-compatible browser server for Puppeteer/Playwright — powered by hpx</summary>

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

        <entry>
            <title>nautobot-cli-0.6.0</title>

            <link href="/crate/nautobot-cli/0.6.0" />
            <id>urn:docs-rs:nautobot-cli:0.6.0</id>
            <updated>
            2026-09-06T20:11:44.937671+00:00</updated>

            <summary>cli client for the nautobot api</summary>

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

        <entry>
            <title>include_packed-0.1.7</title>

            <link href="/include_packed/0.1.7/include_packed/" />
            <id>urn:docs-rs:include_packed:0.1.7</id>
            <updated>
            2026-09-06T20:11:42.163566+00:00</updated>

            <summary>Include large, compressed binary files in an application without the compile time cost of `include_bytes!`</summary>

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

        <entry>
            <title>include_packed_macros-0.1.7</title>

            <link href="/include_packed_macros/0.1.7/include_packed_macros/" />
            <id>urn:docs-rs:include_packed_macros:0.1.7</id>
            <updated>
            2026-09-06T20:11:39.666855+00:00</updated>

            <summary>(semver-exempt implementation detail of `include-packed`; do not use)</summary>

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

        <entry>
            <title>pbox-relay-0.1.2</title>

            <link href="/pbox-relay/0.1.2/pbox_relay/" />
            <id>urn:docs-rs:pbox-relay:0.1.2</id>
            <updated>
            2026-09-06T20:11:39.292779+00:00</updated>

            <summary>Authenticated relay for pbox guest connections</summary>

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

        <entry>
            <title>btoprs-0.2.3</title>

            <link href="/crate/btoprs/0.2.3" />
            <id>urn:docs-rs:btoprs:0.2.3</id>
            <updated>
            2026-09-06T20:11:38.340144+00:00</updated>

            <summary>A dependency-free terminal resource monitor</summary>

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

        <entry>
            <title>g3-ui-0.1.0</title>

            <link href="/g3-ui/0.1.0/g3_ui/" />
            <id>urn:docs-rs:g3-ui:0.1.0</id>
            <updated>
            2026-09-06T20:11:38.180269+00:00</updated>

            <summary>Mobile-first Dioxus component library inspired by Ionic.</summary>

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

        <entry>
            <title>pbox-0.1.2</title>

            <link href="/crate/pbox/0.1.2" />
            <id>urn:docs-rs:pbox:0.1.2</id>
            <updated>
            2026-09-06T20:11:35.659601+00:00</updated>

            <summary>Disposable Proxmox LXC workspaces for development</summary>

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

        <entry>
            <title>pbox-agent-0.1.2</title>

            <link href="/crate/pbox-agent/0.1.2" />
            <id>urn:docs-rs:pbox-agent:0.1.2</id>
            <updated>
            2026-09-06T20:11:34.403693+00:00</updated>

            <summary>Authenticated guest agent for pbox workspaces</summary>

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

        <entry>
            <title>pbox-proto-0.1.2</title>

            <link href="/pbox-proto/0.1.2/pbox_proto/" />
            <id>urn:docs-rs:pbox-proto:0.1.2</id>
            <updated>
            2026-09-06T20:11:29.757866+00:00</updated>

            <summary>Protocol definitions for the pbox guest agent</summary>

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

        <entry>
            <title>pbox-crypto-0.1.2</title>

            <link href="/pbox-crypto/0.1.2/pbox_crypto/" />
            <id>urn:docs-rs:pbox-crypto:0.1.2</id>
            <updated>
            2026-09-06T20:11:25.238230+00:00</updated>

            <summary>Certificate and identity helpers for pbox</summary>

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

        <entry>
            <title>pbox-core-0.1.2</title>

            <link href="/pbox-core/0.1.2/pbox_core/" />
            <id>urn:docs-rs:pbox-core:0.1.2</id>
            <updated>
            2026-09-06T20:10:53.509041+00:00</updated>

            <summary>Core types and Proxmox API client for pbox</summary>

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

        <entry>
            <title>chronix-query-0.2.0</title>

            <link href="/chronix-query/0.2.0/chronix_query/" />
            <id>urn:docs-rs:chronix-query:0.2.0</id>
            <updated>
            2026-09-06T20:10:37.811191+00:00</updated>

            <summary>Query engine for the Chronix time-series database</summary>

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

        <entry>
            <title>geiserx_ts_elixir-0.47.6</title>

            <link href="/geiserx_ts_elixir/0.47.6/ts_elixir/" />
            <id>urn:docs-rs:geiserx_ts_elixir:0.47.6</id>
            <updated>
            2026-09-06T20:10:31.925133+00:00</updated>

            <summary>rustler-based elixir bindings for tailscale</summary>

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

        <entry>
            <title>chronix-streaming-0.2.0</title>

            <link href="/chronix-streaming/0.2.0/chronix_streaming/" />
            <id>urn:docs-rs:chronix-streaming:0.2.0</id>
            <updated>
            2026-09-06T20:10:27.619377+00:00</updated>

            <summary>Reactive layer for Chronix — CDC event streaming, subscriptions, continuous aggregations, and programmable signals</summary>

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

        <entry>
            <title>chronix-engine-0.2.0</title>

            <link href="/chronix-engine/0.2.0/chronix_engine/" />
            <id>urn:docs-rs:chronix-engine:0.2.0</id>
            <updated>
            2026-09-06T20:10:07.664974+00:00</updated>

            <summary>Storage engine for Chronix — WAL, memtable, columnar segments, indexes, compaction, and caches</summary>

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

        <entry>
            <title>qa-inspect-host-0.1.10</title>

            <link href="/qa-inspect-host/0.1.10/qa_inspect_host/" />
            <id>urn:docs-rs:qa-inspect-host:0.1.10</id>
            <updated>
            2026-09-06T20:09:52.378511+00:00</updated>

            <summary>Host a Blitz document and serve it over the inspection socket</summary>

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

        <entry>
            <title>geiserx_tailscale-0.47.6</title>

            <link href="/geiserx_tailscale/0.47.6/tailscale/" />
            <id>urn:docs-rs:geiserx_tailscale:0.47.6</id>
            <updated>
            2026-09-06T20:09:50.398257+00:00</updated>

            <summary>A work-in-progress pure-Rust Tailscale implementation (fork of tailscale/tailscale-rs)</summary>

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

        <entry>
            <title>geiserx_ts_runtime-0.47.6</title>

            <link href="/geiserx_ts_runtime/0.47.6/ts_runtime/" />
            <id>urn:docs-rs:geiserx_ts_runtime:0.47.6</id>
            <updated>
            2026-09-06T20:09:29.147372+00:00</updated>

            <summary>tailscale runtime</summary>

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

        <entry>
            <title>hpx-streams-2.5.24</title>

            <link href="/hpx-streams/2.5.24/hpx_streams/" />
            <id>urn:docs-rs:hpx-streams:2.5.24</id>
            <updated>
            2026-09-06T20:09:19.460523+00:00</updated>

            <summary>HTTP response streaming support for hpx: JSON/CSV/Protobuf/Arrow</summary>

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

        <entry>
            <title>supersonic2-tts-1.1.0</title>

            <link href="/supersonic2-tts/1.1.0/supersonic2_tts/" />
            <id>urn:docs-rs:supersonic2-tts:1.1.0</id>
            <updated>
            2026-09-06T20:09:14.241931+00:00</updated>

            <summary>extremely fast tts using supersonic 2 model</summary>

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

        <entry>
            <title>thalovant-0.4.1</title>

            <link href="/thalovant/0.4.1/thalovant/" />
            <id>urn:docs-rs:thalovant:0.4.1</id>
            <updated>
            2026-09-06T20:09:01.747843+00:00</updated>

            <summary>Rust SDK for direct Thalovant hub data-plane clients and agents</summary>

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

        <entry>
            <title>chronix-security-0.2.0</title>

            <link href="/chronix-security/0.2.0/chronix_security/" />
            <id>urn:docs-rs:chronix-security:0.2.0</id>
            <updated>
            2026-09-06T20:08:10.371707+00:00</updated>

            <summary>Security layer for Chronix — authentication, Cedar authorization, audit trail, and multi-tenancy</summary>

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

        <entry>
            <title>geiserx_ts_netcheck-0.47.6</title>

            <link href="/geiserx_ts_netcheck/0.47.6/ts_netcheck/" />
            <id>urn:docs-rs:geiserx_ts_netcheck:0.47.6</id>
            <updated>
            2026-09-06T20:08:03.633428+00:00</updated>

            <summary>tailscale network checks</summary>

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

        <entry>
            <title>hpx-emulation-2.5.24</title>

            <link href="/hpx-emulation/2.5.24/hpx_emulation/" />
            <id>urn:docs-rs:hpx-emulation:2.5.24</id>
            <updated>
            2026-09-06T20:08:02.356007+00:00</updated>

            <summary>Browser emulation profiles for hpx (TLS fingerprinting, HTTP/2 settings)</summary>

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

        <entry>
            <title>geiserx_ts_netmon-0.47.6</title>

            <link href="/geiserx_ts_netmon/0.47.6/ts_netmon/" />
            <id>urn:docs-rs:geiserx_ts_netmon:0.47.6</id>
            <updated>
            2026-09-06T20:07:52.994127+00:00</updated>

            <summary>tailscale OS link-change monitor</summary>

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

        <entry>
            <title>geiserx_ts_control-0.47.6</title>

            <link href="/geiserx_ts_control/0.47.6/ts_control/" />
            <id>urn:docs-rs:geiserx_ts_control:0.47.6</id>
            <updated>
            2026-09-06T20:07:48.573789+00:00</updated>

            <summary>tailscale control client</summary>

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

        <entry>
            <title>hpx-dl-2.5.24</title>

            <link href="/hpx-dl/2.5.24/hpx_dl/" />
            <id>urn:docs-rs:hpx-dl:2.5.24</id>
            <updated>
            2026-09-06T20:06:55.464079+00:00</updated>

            <summary>High-performance download engine built on hpx</summary>

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

        <entry>
            <title>geiserx_ts_dataplane-0.47.6</title>

            <link href="/geiserx_ts_dataplane/0.47.6/ts_dataplane/" />
            <id>urn:docs-rs:geiserx_ts_dataplane:0.47.6</id>
            <updated>
            2026-09-06T20:06:39.175179+00:00</updated>

            <summary>tailscale packet processing data plane</summary>

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

        <entry>
            <title>geiserx_ts_derp-0.47.6</title>

            <link href="/geiserx_ts_derp/0.47.6/ts_derp/" />
            <id>urn:docs-rs:geiserx_ts_derp:0.47.6</id>
            <updated>
            2026-09-06T20:06:33.375137+00:00</updated>

            <summary>tailscale derp client</summary>

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

        <entry>
            <title>geiserx_ts_packetfilter_state-0.47.6</title>

            <link href="/geiserx_ts_packetfilter_state/0.47.6/ts_packetfilter_state/" />
            <id>urn:docs-rs:geiserx_ts_packetfilter_state:0.47.6</id>
            <updated>
            2026-09-06T20:06:31.484915+00:00</updated>

            <summary>stateful update logic for tailscale packet filters</summary>

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

        <entry>
            <title>hpx-browser-2.5.24</title>

            <link href="/hpx-browser/2.5.24/hpx_browser/" />
            <id>urn:docs-rs:hpx-browser:2.5.24</id>
            <updated>
            2026-09-06T20:05:40.267297+00:00</updated>

            <summary>Headless browser engine for hpx: HTML parsing, rendering, CDP, and canvas support</summary>

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

        <entry>
            <title>geiserx_ts_underlay_router-0.47.6</title>

            <link href="/geiserx_ts_underlay_router/0.47.6/ts_underlay_router/" />
            <id>urn:docs-rs:geiserx_ts_underlay_router:0.47.6</id>
            <updated>
            2026-09-06T20:05:26.822269+00:00</updated>

            <summary>underlay router for tailscale dataplane</summary>

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

        <entry>
            <title>geiserx_ts_forwarder-0.47.6</title>

            <link href="/geiserx_ts_forwarder/0.47.6/ts_forwarder/" />
            <id>urn:docs-rs:geiserx_ts_forwarder:0.47.6</id>
            <updated>
            2026-09-06T20:05:26.002348+00:00</updated>

            <summary>inbound subnet-router / exit-node forwarding dataplane (overlay accept -&#38;gt; real OS dial)</summary>

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

        <entry>
            <title>geiserx_ts_magicsock-0.47.6</title>

            <link href="/geiserx_ts_magicsock/0.47.6/ts_magicsock/" />
            <id>urn:docs-rs:geiserx_ts_magicsock:0.47.6</id>
            <updated>
            2026-09-06T20:05:23.111270+00:00</updated>

            <summary>tailscale direct (disco) UDP underlay transport</summary>

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

        <entry>
            <title>geiserx_ts_transport_tun-0.47.6</title>

            <link href="/geiserx_ts_transport_tun/0.47.6/ts_transport_tun/" />
            <id>urn:docs-rs:geiserx_ts_transport_tun:0.47.6</id>
            <updated>
            2026-09-06T20:05:20.701945+00:00</updated>

            <summary>tailscale tun transport</summary>

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

        <entry>
            <title>geiserx_ts_overlay_router-0.47.6</title>

            <link href="/geiserx_ts_overlay_router/0.47.6/ts_overlay_router/" />
            <id>urn:docs-rs:geiserx_ts_overlay_router:0.47.6</id>
            <updated>
            2026-09-06T20:05:19.324311+00:00</updated>

            <summary>overlay router for tailscale dataplane</summary>

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

        <entry>
            <title>snomed-0.27.0</title>

            <link href="/snomed/0.27.0/snomed/" />
            <id>urn:docs-rs:snomed:0.27.0</id>
            <updated>
            2026-09-06T20:05:14.016495+00:00</updated>

            <summary>SNOMED® Rust tooling: RF2 parsing, SCTID validation, snapshot store, hierarchy queries. SNOMED®, SNOMED CT®, and IHTSDO® are registered trademarks of International Health Terminology Standards Development Organisation (IHTSDO). Use of the trademarks does not constitute endorsement of this product by IHTSDO. This project is an independent work.</summary>

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

        <entry>
            <title>snomed-cli-0.27.0</title>

            <link href="/snomed-cli/0.27.0/snomed_cli/" />
            <id>urn:docs-rs:snomed-cli:0.27.0</id>
            <updated>
            2026-09-06T20:05:13.753806+00:00</updated>

            <summary>SNOMED® command-line interface toolkit for RF2: SCTID validation, release loading, concept lookup, ECL queries, OWL classification and necessary normal form. SNOMED®, SNOMED CT®, and IHTSDO® are registered trademarks of International Health Terminology Standards Development Organisation (IHTSDO). Use of the trademarks does not constitute endorsement of this product by IHTSDO. This project is an independent work.</summary>

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

        <entry>
            <title>chronix-encoding-0.2.0</title>

            <link href="/chronix-encoding/0.2.0/chronix_encoding/" />
            <id>urn:docs-rs:chronix-encoding:0.2.0</id>
            <updated>
            2026-09-06T20:05:10.847420+00:00</updated>

            <summary>Column-oriented encoding and compression for the Chronix time-series database</summary>

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

        <entry>
            <title>chronix-analytics-0.2.0</title>

            <link href="/chronix-analytics/0.2.0/chronix_analytics/" />
            <id>urn:docs-rs:chronix-analytics:0.2.0</id>
            <updated>
            2026-09-06T20:05:10.473574+00:00</updated>

            <summary>Analytics engine for Chronix — preprocessing, forecasting, anomaly detection, multivariate analysis, model lifecycle, and streaming analytics on a SIMD/rayon CPU compute core</summary>

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

        <entry>
            <title>snomed-fhir-0.27.0</title>

            <link href="/snomed-fhir/0.27.0/snomed_fhir/" />
            <id>urn:docs-rs:snomed-fhir:0.27.0</id>
            <updated>
            2026-09-06T20:05:07.577253+00:00</updated>

            <summary>SNOMED® semantic building blocks for FHIR terminology service operations ($lookup, $subsumes, $expand) over a SNOMED CT SnapshotStore. SNOMED®, SNOMED CT®, and IHTSDO® are registered trademarks of International Health Terminology Standards Development Organisation (IHTSDO). Use of the trademarks does not constitute endorsement of this product by IHTSDO. This project is an independent work.</summary>

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

        <entry>
            <title>snomed-ecl-0.27.0</title>

            <link href="/snomed-ecl/0.27.0/snomed_ecl/" />
            <id>urn:docs-rs:snomed-ecl:0.27.0</id>
            <updated>
            2026-09-06T20:04:59.831140+00:00</updated>

            <summary>SNOMED® Expression Constraint Language (ECL): parser and evaluator for simple expression constraints. SNOMED®, SNOMED CT®, and IHTSDO® are registered trademarks of International Health Terminology Standards Development Organisation (IHTSDO). Use of the trademarks does not constitute endorsement of this product by IHTSDO. This project is an independent work.</summary>

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

        <entry>
            <title>snomed-classify-0.27.0</title>

            <link href="/snomed-classify/0.27.0/snomed_classify/" />
            <id>urn:docs-rs:snomed-classify:0.27.0</id>
            <updated>
            2026-09-06T20:04:54.792612+00:00</updated>

            <summary>SNOMED® EL-profile subsumption classifier for SNOMED CT OWL axioms (Baader/Brandt/Lutz completion algorithm). SNOMED®, SNOMED CT®, and IHTSDO® are registered trademarks of International Health Terminology Standards Development Organisation (IHTSDO). Use of the trademarks does not constitute endorsement of this product by IHTSDO. This project is an independent work.</summary>

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

        <entry>
            <title>snomed-store-0.27.0</title>

            <link href="/snomed-store/0.27.0/snomed_store/" />
            <id>urn:docs-rs:snomed-store:0.27.0</id>
            <updated>
            2026-09-06T20:04:54.550601+00:00</updated>

            <summary>SNOMED® snapshot store: latest-version resolution, IS-A hierarchy, subsumption. SNOMED®, SNOMED CT®, and IHTSDO® are registered trademarks of International Health Terminology Standards Development Organisation (IHTSDO). Use of the trademarks does not constitute endorsement of this product by IHTSDO. This project is an independent work.</summary>

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

        <entry>
            <title>snomed-owl-0.27.0</title>

            <link href="/snomed-owl/0.27.0/snomed_owl/" />
            <id>urn:docs-rs:snomed-owl:0.27.0</id>
            <updated>
            2026-09-06T20:04:53.594936+00:00</updated>

            <summary>SNOMED® OWL Parser for the OWL 2 functional-syntax subset used in SNOMED CT&#38;apos;s OWL Expression reference set. SNOMED®, SNOMED CT®, and IHTSDO® are registered trademarks of International Health Terminology Standards Development Organisation (IHTSDO). Use of the trademarks does not constitute endorsement of this product by IHTSDO. This project is an independent work.</summary>

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

        <entry>
            <title>snomed-rf2-0.27.0</title>

            <link href="/snomed-rf2/0.27.0/snomed_rf2/" />
            <id>urn:docs-rs:snomed-rf2:0.27.0</id>
            <updated>
            2026-09-06T20:04:51.943787+00:00</updated>

            <summary>SNOMED® RF2 release file parsing: file names, core component files, reference sets. SNOMED®, SNOMED CT®, and IHTSDO® are registered trademarks of International Health Terminology Standards Development Organisation (IHTSDO). Use of the trademarks does not constitute endorsement of this product by IHTSDO. This project is an independent work.</summary>

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

        <entry>
            <title>snomed-core-0.27.0</title>

            <link href="/snomed-core/0.27.0/snomed_core/" />
            <id>urn:docs-rs:snomed-core:0.27.0</id>
            <updated>
            2026-09-06T20:04:51.233970+00:00</updated>

            <summary>SNOMED® core types: SCTID validation/generation (Verhoeff), components, well-known constants. SNOMED®, SNOMED CT®, and IHTSDO® are registered trademarks of International Health Terminology Standards Development Organisation (IHTSDO). Use of the trademarks does not constitute endorsement of this product by IHTSDO. This project is an independent work.</summary>

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

        <entry>
            <title>rezrov-0.0.0</title>

            <link href="/crate/rezrov/0.0.0" />
            <id>urn:docs-rs:rezrov:0.0.0</id>
            <updated>
            2026-09-06T20:04:50.891729+00:00</updated>

            <summary>An interactive fiction interpreter.</summary>

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

        <entry>
            <title>geiserx_ts_control_serde-0.47.6</title>

            <link href="/geiserx_ts_control_serde/0.47.6/ts_control_serde/" />
            <id>urn:docs-rs:geiserx_ts_control_serde:0.47.6</id>
            <updated>
            2026-09-06T20:03:49.177010+00:00</updated>

            <summary>serde data types for tailscale control comms</summary>

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

        <entry>
            <title>geiserx_ts_bart_packetfilter-0.47.6</title>

            <link href="/geiserx_ts_bart_packetfilter/0.47.6/ts_bart_packetfilter/" />
            <id>urn:docs-rs:geiserx_ts_bart_packetfilter:0.47.6</id>
            <updated>
            2026-09-06T20:03:47.829127+00:00</updated>

            <summary>fast tailscale packet filter implemented using ts_bart</summary>

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

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

            <link href="/chronix-core/0.2.0/chronix_core/" />
            <id>urn:docs-rs:chronix-core:0.2.0</id>
            <updated>
            2026-09-06T20:03:37.637798+00:00</updated>

            <summary>Core data model, types, errors, and configuration for the Chronix time-series database</summary>

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

        <entry>
            <title>noya-cli-0.0.38</title>

            <link href="/noya-cli/0.0.38/noya_cli/" />
            <id>urn:docs-rs:noya-cli:0.0.38</id>
            <updated>
            2026-09-06T20:03:30.540662+00:00</updated>

            <summary>Command-line tools for noyalib (noyafmt, noyavalidate)</summary>

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

        <entry>
            <title>hpx-2.5.24</title>

            <link href="/hpx/2.5.24/hpx/" />
            <id>urn:docs-rs:hpx:2.5.24</id>
            <updated>
            2026-09-06T20:03:16.659262+00:00</updated>

            <summary>High Performance HTTP Client</summary>

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

        <entry>
            <title>geiserx_ts_netstack_smoltcp-0.47.6</title>

            <link href="/geiserx_ts_netstack_smoltcp/0.47.6/ts_netstack_smoltcp/" />
            <id>urn:docs-rs:geiserx_ts_netstack_smoltcp:0.47.6</id>
            <updated>
            2026-09-06T20:02:45.777846+00:00</updated>

            <summary>userspace netstack built on smoltcp</summary>

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

        <entry>
            <title>geiserx_ts_tunnel-0.47.6</title>

            <link href="/geiserx_ts_tunnel/0.47.6/ts_tunnel/" />
            <id>urn:docs-rs:geiserx_ts_tunnel:0.47.6</id>
            <updated>
            2026-09-06T20:02:09.382943+00:00</updated>

            <summary>secure packet tunnel over udp</summary>

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

        <entry>
            <title>geiserx_ts_transport-0.47.6</title>

            <link href="/geiserx_ts_transport/0.47.6/ts_transport/" />
            <id>urn:docs-rs:geiserx_ts_transport:0.47.6</id>
            <updated>
            2026-09-06T20:02:04.260615+00:00</updated>

            <summary>packet transport traits and types for tailscale</summary>

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

        <entry>
            <title>unsafe-budget-0.5.1</title>

            <link href="/unsafe-budget/0.5.1/unsafe_budget/" />
            <id>urn:docs-rs:unsafe-budget:0.5.1</id>
            <updated>
            2026-09-06T20:02:02.610503+00:00</updated>

            <summary>keeps the unsafety demons out. an unsafe code budget gate for CI pipelines.</summary>

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

        <entry>
            <title>reticulum-sdk-2.3.3</title>

            <link href="/reticulum-sdk/2.3.3/reticulum_sdk/" />
            <id>urn:docs-rs:reticulum-sdk:2.3.3</id>
            <updated>
            2026-09-06T20:01:57.054358+00:00</updated>

            <summary>reticulum-sdk is a Rust implementation of the Reticulum Network Stack - a cryptographic,
decentralised, and resilient mesh networking protocol designed for communication over any physical 
layer.

This project brings Reticulum&#38;apos;s capabilities to the Rust ecosystem, enabling embedded, and 
constrained deployments with maximum performance and minimal dependencies.
</summary>

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

        <entry>
            <title>cli-pattern-core-0.1.2</title>

            <link href="/cli-pattern-core/0.1.2/cli_pattern_core/" />
            <id>urn:docs-rs:cli-pattern-core:0.1.2</id>
            <updated>
            2026-09-06T20:01:53.347450+00:00</updated>

            <summary>DEPRECATED: renamed to cli-pattern-async-core (tokio-driven) and cli-pattern-sync-core (no tokio) -- see the crate docs / README for the migration note. This crate receives no further updates.</summary>

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

        <entry>
            <title>geiserx_ts_http_util-0.47.6</title>

            <link href="/geiserx_ts_http_util/0.47.6/ts_http_util/" />
            <id>urn:docs-rs:geiserx_ts_http_util:0.47.6</id>
            <updated>
            2026-09-06T20:01:49.355597+00:00</updated>

            <summary>tailscale-specific http utilities</summary>

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

        <entry>
            <title>geiserx_ts_packetfilter_serde-0.47.6</title>

            <link href="/geiserx_ts_packetfilter_serde/0.47.6/ts_packetfilter_serde/" />
            <id>urn:docs-rs:geiserx_ts_packetfilter_serde:0.47.6</id>
            <updated>
            2026-09-06T20:01:44.012497+00:00</updated>

            <summary>serde for tailscale packet filters</summary>

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

        <entry>
            <title>geiserx_ts_bart-0.47.6</title>

            <link href="/geiserx_ts_bart/0.47.6/ts_bart/" />
            <id>urn:docs-rs:geiserx_ts_bart:0.47.6</id>
            <updated>
            2026-09-06T20:01:43.142255+00:00</updated>

            <summary>fast, memory-efficient routing table</summary>

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

        <entry>
            <title>geiserx_ts_control_noise-0.47.6</title>

            <link href="/geiserx_ts_control_noise/0.47.6/ts_control_noise/" />
            <id>urn:docs-rs:geiserx_ts_control_noise:0.47.6</id>
            <updated>
            2026-09-06T20:01:40.042822+00:00</updated>

            <summary>noise protocol implementation for tailscale control comms</summary>

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

        <entry>
            <title>geiserx_ts_disco_protocol-0.47.6</title>

            <link href="/geiserx_ts_disco_protocol/0.47.6/ts_disco_protocol/" />
            <id>urn:docs-rs:geiserx_ts_disco_protocol:0.47.6</id>
            <updated>
            2026-09-06T20:01:37.951598+00:00</updated>

            <summary>tailscale disco protocol definition</summary>

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

        <entry>
            <title>geiserx_ts_netstack_smoltcp_socket-0.47.6</title>

            <link href="/geiserx_ts_netstack_smoltcp_socket/0.47.6/ts_netstack_smoltcp_socket/" />
            <id>urn:docs-rs:geiserx_ts_netstack_smoltcp_socket:0.47.6</id>
            <updated>
            2026-09-06T20:01:35.951184+00:00</updated>

            <summary>userspace netstack built on smoltcp (socket wrappers)</summary>

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

        <entry>
            <title>noyalib-lsp-0.0.38</title>

            <link href="/noyalib-lsp/0.0.38/noyalib_lsp/" />
            <id>urn:docs-rs:noyalib-lsp:0.0.38</id>
            <updated>
            2026-09-06T20:01:35.395634+00:00</updated>

            <summary>Language Server Protocol implementation for noyalib — YAML formatting, validation, and hover-driven JSON Schema descriptions</summary>

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

        <entry>
            <title>geiserx_ts_packet-0.47.6</title>

            <link href="/geiserx_ts_packet/0.47.6/ts_packet/" />
            <id>urn:docs-rs:geiserx_ts_packet:0.47.6</id>
            <updated>
            2026-09-06T20:01:34.792766+00:00</updated>

            <summary>tailscale packet types</summary>

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

        <entry>
            <title>g3-route-transitions-0.1.0</title>

            <link href="/g3-route-transitions/0.1.0/g3_route_transitions/" />
            <id>urn:docs-rs:g3-route-transitions:0.1.0</id>
            <updated>
            2026-09-06T20:01:32.967688+00:00</updated>

            <summary>Route-owned View Transition helpers for Dioxus Router.</summary>

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

        <entry>
            <title>geiserx_ts_dynbitset-0.47.6</title>

            <link href="/geiserx_ts_dynbitset/0.47.6/ts_dynbitset/" />
            <id>urn:docs-rs:geiserx_ts_dynbitset:0.47.6</id>
            <updated>
            2026-09-06T20:01:29.120794+00:00</updated>

            <summary>dynamically-growable bitset based on ts_bitset</summary>

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

        <entry>
            <title>rucc-0.7.3</title>

            <link href="/rucc/0.7.3/rucc/" />
            <id>urn:docs-rs:rucc:0.7.3</id>
            <updated>
            2026-09-06T20:01:28.611613+00:00</updated>

            <summary>An optimizing C compiler written in Rust, targeting real projects from SQLite to the Linux kernel.</summary>

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

        <entry>
            <title>rucc-driver-0.7.3</title>

            <link href="/rucc-driver/0.7.3/rucc_driver/" />
            <id>urn:docs-rs:rucc-driver:0.7.3</id>
            <updated>
            2026-09-06T20:01:28.365545+00:00</updated>

            <summary>Command line, phase graph and job scheduling for the rucc C compiler.</summary>

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

        <entry>
            <title>noyalib-mcp-0.0.38</title>

            <link href="/noyalib-mcp/0.0.38/noyalib_mcp/" />
            <id>urn:docs-rs:noyalib-mcp:0.0.38</id>
            <updated>
            2026-09-06T20:01:27.448376+00:00</updated>

            <summary>Model Context Protocol server exposing noyalib&#38;apos;s lossless YAML editing to AI agents</summary>

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

        <entry>
            <title>rucc-lower-0.7.3</title>

            <link href="/rucc-lower/0.7.3/rucc_lower/" />
            <id>urn:docs-rs:rucc-lower:0.7.3</id>
            <updated>
            2026-09-06T20:01:25.397649+00:00</updated>

            <summary>The typed AST to IR walk: SSA construction and ABI-directed lowering.</summary>

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

        <entry>
            <title>rucc-sema-0.7.3</title>

            <link href="/rucc-sema/0.7.3/rucc_sema/" />
            <id>urn:docs-rs:rucc-sema:0.7.3</id>
            <updated>
            2026-09-06T20:01:23.089629+00:00</updated>

            <summary>Type checking, conversions, initialization, constant evaluation, and the typed AST.</summary>

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

        <entry>
            <title>geiserx_ts_array256-0.47.6</title>

            <link href="/geiserx_ts_array256/0.47.6/ts_array256/" />
            <id>urn:docs-rs:geiserx_ts_array256:0.47.6</id>
            <updated>
            2026-09-06T20:01:21.505364+00:00</updated>

            <summary>fast sparse 256-element array with configurable backing storage</summary>

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

        <entry>
            <title>rucc-parse-0.7.3</title>

            <link href="/rucc-parse/0.7.3/rucc_parse/" />
            <id>urn:docs-rs:rucc-parse:0.7.3</id>
            <updated>
            2026-09-06T20:01:20.187092+00:00</updated>

            <summary>Recursive descent with a Pratt expression parser, declarators, and error recovery.</summary>

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

        <entry>
            <title>noyalib-wasm-0.0.38</title>

            <link href="/noyalib-wasm/0.0.38/noyalib_wasm/" />
            <id>urn:docs-rs:noyalib-wasm:0.0.38</id>
            <updated>
            2026-09-06T20:01:18.166564+00:00</updated>

            <summary>WebAssembly (wasm-bindgen) bindings for the noyalib YAML library — browser-ready parse / serialise / lossless edit</summary>

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

        <entry>
            <title>contextual-encoder-0.10.0</title>

            <link href="/contextual-encoder/0.10.0/contextual_encoder/" />
            <id>urn:docs-rs:contextual-encoder:0.10.0</id>
            <updated>
            2026-09-06T20:01:16.400924+00:00</updated>

            <summary>contextual output encoding for xss defense and safe literal embedding, inspired by the owasp java encoder</summary>

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

        <entry>
            <title>hpx-h3-2.5.24</title>

            <link href="/hpx-h3/2.5.24/hpx_h3/" />
            <id>urn:docs-rs:hpx-h3:2.5.24</id>
            <updated>
            2026-09-06T20:01:15.120624+00:00</updated>

            <summary>Fork of hyperium/h3 with RFC 9220 WebSocket support, vendored into the hpx workspace.</summary>

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

        <entry>
            <title>soldb-ethdebug-0.3.0</title>

            <link href="/soldb-ethdebug/0.3.0/soldb_ethdebug/" />
            <id>urn:docs-rs:soldb-ethdebug:0.3.0</id>
            <updated>
            2026-09-06T20:01:13.950862+00:00</updated>

            <summary>ETHDebug artifact loading, legacy source-map parsing, and ABI/event decoding for SolDB</summary>

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

        <entry>
            <title>noyalib-serde-yaml-0.0.38</title>

            <link href="/noyalib-serde-yaml/0.0.38/noyalib_serde_yaml/" />
            <id>urn:docs-rs:noyalib-serde-yaml:0.0.38</id>
            <updated>
            2026-09-06T20:01:11.763550+00:00</updated>

            <summary>Drop-in serde_yaml replacement backed by noyalib — rename the package in Cargo.toml, change zero source lines</summary>

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

        <entry>
            <title>rucc-pp-0.7.3</title>

            <link href="/rucc-pp/0.7.3/rucc_pp/" />
            <id>urn:docs-rs:rucc-pp:0.7.3</id>
            <updated>
            2026-09-06T20:01:11.412944+00:00</updated>

            <summary>Macro expansion, conditionals, include resolution, and the header cache.</summary>

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

        <entry>
            <title>rucc-codegen-0.7.3</title>

            <link href="/rucc-codegen/0.7.3/rucc_codegen/" />
            <id>urn:docs-rs:rucc-codegen:0.7.3</id>
            <updated>
            2026-09-06T20:01:11.022792+00:00</updated>

            <summary>Instruction selection, scheduling, block layout, frames and prologue emission.</summary>

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

        <entry>
            <title>soldb-core-0.3.0</title>

            <link href="/soldb-core/0.3.0/soldb_core/" />
            <id>urn:docs-rs:soldb-core:0.3.0</id>
            <updated>
            2026-09-06T20:00:58.711382+00:00</updated>

            <summary>Shared trace, snapshot, capability, and error types for SolDB, the ETHDebug-first Solidity debugger</summary>

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

        <entry>
            <title>hpx-yawc-2.5.24</title>

            <link href="/hpx-yawc/2.5.24/hpx_yawc/" />
            <id>urn:docs-rs:hpx-yawc:2.5.24</id>
            <updated>
            2026-09-06T20:00:47.308933+00:00</updated>

            <summary>Yet another websocket library. A fast, secure WebSocket implementation with RFC 6455 compliance and compression support</summary>

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

        <entry>
            <title>rucc-safety-0.7.3</title>

            <link href="/rucc-safety/0.7.3/rucc_safety/" />
            <id>urn:docs-rs:rucc-safety:0.7.3</id>
            <updated>
            2026-09-06T20:00:09.646018+00:00</updated>

            <summary>The memory safety monitor: check insertion over the IR.</summary>

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

        <entry>
            <title>rucc-ast-0.7.3</title>

            <link href="/rucc-ast/0.7.3/rucc_ast/" />
            <id>urn:docs-rs:rucc-ast:0.7.3</id>
            <updated>
            2026-09-06T20:00:07.457083+00:00</updated>

            <summary>The arena-allocated AST and its printer.</summary>

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

        <entry>
            <title>rucc-regalloc-0.7.3</title>

            <link href="/rucc-regalloc/0.7.3/rucc_regalloc/" />
            <id>urn:docs-rs:rucc-regalloc:0.7.3</id>
            <updated>
            2026-09-06T20:00:06.199085+00:00</updated>

            <summary>Both register allocators and the allocation checker.</summary>

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

        <entry>
            <title>rucc-opt-0.7.3</title>

            <link href="/rucc-opt/0.7.3/rucc_opt/" />
            <id>urn:docs-rs:rucc-opt:0.7.3</id>
            <updated>
            2026-09-06T20:00:06.183478+00:00</updated>

            <summary>The pass manager, the acyclic e-graph, the rewrite rules and the analyses.</summary>

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

        <entry>
            <title>rucc-asm-0.7.3</title>

            <link href="/rucc-asm/0.7.3/rucc_asm/" />
            <id>urn:docs-rs:rucc-asm:0.7.3</id>
            <updated>
            2026-09-06T20:00:05.867737+00:00</updated>

            <summary>Instruction encoders, the integrated assembler, inline assembly and relaxation.</summary>

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

        <entry>
            <title>rucc-lex-0.7.3</title>

            <link href="/rucc-lex/0.7.3/rucc_lex/" />
            <id>urn:docs-rs:rucc-lex:0.7.3</id>
            <updated>
            2026-09-06T20:00:04.588475+00:00</updated>

            <summary>Translation phases 1 to 3, pp-tokens, the fast scanner, the keywords and the constants.</summary>

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

        <entry>
            <title>rucc-object-0.7.3</title>

            <link href="/rucc-object/0.7.3/rucc_object/" />
            <id>urn:docs-rs:rucc-object:0.7.3</id>
            <updated>
            2026-09-06T20:00:03.023895+00:00</updated>

            <summary>ELF, Mach-O and COFF object writers.</summary>

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

        <entry>
            <title>rucc-ir-0.7.3</title>

            <link href="/rucc-ir/0.7.3/rucc_ir/" />
            <id>urn:docs-rs:rucc-ir:0.7.3</id>
            <updated>
            2026-09-06T20:00:02.926289+00:00</updated>

            <summary>The SSA IR with block parameters, and its printer, parser and verifier.</summary>

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

        <entry>
            <title>geiserx_ts_tls_util-0.47.6</title>

            <link href="/geiserx_ts_tls_util/0.47.6/ts_tls_util/" />
            <id>urn:docs-rs:geiserx_ts_tls_util:0.47.6</id>
            <updated>
            2026-09-06T20:00:02.647383+00:00</updated>

            <summary>tailscale-specific tls utilities</summary>

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

        <entry>
            <title>rucc-types-0.7.3</title>

            <link href="/rucc-types/0.7.3/rucc_types/" />
            <id>urn:docs-rs:rucc-types:0.7.3</id>
            <updated>
            2026-09-06T20:00:01.735576+00:00</updated>

            <summary>The C type system, interned, and layout computation.</summary>

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

        <entry>
            <title>rucc-mir-0.7.3</title>

            <link href="/rucc-mir/0.7.3/rucc_mir/" />
            <id>urn:docs-rs:rucc-mir:0.7.3</id>
            <updated>
            2026-09-06T20:00:01.155158+00:00</updated>

            <summary>The machine IR, still in SSA, and its printer and parser.</summary>

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

        <entry>
            <title>rucc-session-0.7.3</title>

            <link href="/rucc-session/0.7.3/rucc_session/" />
            <id>urn:docs-rs:rucc-session:0.7.3</id>
            <updated>
            2026-09-06T20:00:00.791853+00:00</updated>

            <summary>The per-compilation session, options and diagnostic sink for the rucc C compiler.</summary>

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

        <entry>
            <title>rucc-cost-0.7.3</title>

            <link href="/rucc-cost/0.7.3/rucc_cost/" />
            <id>urn:docs-rs:rucc-cost:0.7.3</id>
            <updated>
            2026-09-06T19:59:58.543206+00:00</updated>

            <summary>The cost model: what an operation costs on a target, and every tuning constant.</summary>

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

        <entry>
            <title>rucc-verify-0.7.3</title>

            <link href="/rucc-verify/0.7.3/rucc_verify/" />
            <id>urn:docs-rs:rucc-verify:0.7.3</id>
            <updated>
            2026-09-06T19:59:57.219186+00:00</updated>

            <summary>SMT verification of the rucc rewrite and lowering rule set.</summary>

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

        <entry>
            <title>rucc-target-0.7.3</title>

            <link href="/rucc-target/0.7.3/rucc_target/" />
            <id>urn:docs-rs:rucc-target:0.7.3</id>
            <updated>
            2026-09-06T19:59:56.933182+00:00</updated>

            <summary>Target descriptions, register files and ABI data for the rucc C compiler.</summary>

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

        <entry>
            <title>rucc-lto-0.7.3</title>

            <link href="/rucc-lto/0.7.3/rucc_lto/" />
            <id>urn:docs-rs:rucc-lto:0.7.3</id>
            <updated>
            2026-09-06T19:59:55.885739+00:00</updated>

            <summary>Module merging, summaries and Thin LTO.</summary>

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

        <entry>
            <title>rucc-safe-rt-0.7.3</title>

            <link href="/rucc-safe-rt/0.7.3/rucc_safe_rt/" />
            <id>urn:docs-rs:rucc-safe-rt:0.7.3</id>
            <updated>
            2026-09-06T19:59:55.612938+00:00</updated>

            <summary>The memory safety runtime: the planes, the allocator and the reporter.</summary>

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

        <entry>
            <title>rucc-rules-0.7.3</title>

            <link href="/rucc-rules/0.7.3/rucc_rules/" />
            <id>urn:docs-rs:rucc-rules:0.7.3</id>
            <updated>
            2026-09-06T19:59:54.395301+00:00</updated>

            <summary>The rewrite and lowering rule DSL compiler for the rucc C compiler.</summary>

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

        <entry>
            <title>rucc-gnu-0.7.3</title>

            <link href="/rucc-gnu/0.7.3/rucc_gnu/" />
            <id>urn:docs-rs:rucc-gnu:0.7.3</id>
            <updated>
            2026-09-06T19:59:52.660586+00:00</updated>

            <summary>The GNU compatibility surface: features.toml, attributes, builtins, pragmas.</summary>

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