<?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 (6c3c2ab33f39d2284fd26cea84fae0598b4cbd55 2026-08-24 )</id>
    <updated>2026-09-01T02:15:20.105833+00:00</updated>

        <entry>
            <title>embacle-mcp-0.22.5</title>

            <link href="/embacle-mcp/0.22.5/embacle_mcp/" />
            <id>urn:docs-rs:embacle-mcp:0.22.5</id>
            <updated>
            2026-09-01T02:15:20.105833+00:00</updated>

            <summary>MCP server for embacle LLM runners — expose AI CLI tools via Model Context Protocol</summary>

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

        <entry>
            <title>rusty-taint-generate-0.1.0</title>

            <link href="/rusty-taint-generate/0.1.0/taint_generate/" />
            <id>urn:docs-rs:rusty-taint-generate:0.1.0</id>
            <updated>
            2026-09-01T02:15:09.565351+00:00</updated>

            <summary>Auto-writes #[capability(...)] (deterministic, from real body-usage detection) and #[sensitive(...)]/#[taint_sink(...)]/#[taint_sanitizer]/#[taint_check(labels=[...])] (heuristic, from naming keywords) directly into source files, for functions/mods that have no existing annotation of that kind. See docs/adr/ADR-0005-generate-and-refactor.md for the safety invariants this relies on.</summary>

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

        <entry>
            <title>mdbook-structured-0.1.2</title>

            <link href="/mdbook-structured/0.1.2/mdbook_structured/" />
            <id>urn:docs-rs:mdbook-structured:0.1.2</id>
            <updated>
            2026-09-01T02:15:05.602822+00:00</updated>

            <summary>An mdBook preprocessor that renders listed JSON and YAML chapters as structured HTML pages.</summary>

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

        <entry>
            <title>heliosdb-nano-4.25.0</title>

            <link href="/crate/heliosdb-nano/4.25.0" />
            <id>urn:docs-rs:heliosdb-nano:4.25.0</id>
            <updated>
            2026-09-01T02:15:03.976819+00:00</updated>

            <summary>PostgreSQL-compatible embedded database with TDE + ZKE encryption, HNSW vector search, Product Quantization, git-like branching, time-travel queries, materialized views, row-level security, and 50+ enterprise features</summary>

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

        <entry>
            <title>embacle-0.22.5</title>

            <link href="/embacle/0.22.5/embacle/" />
            <id>urn:docs-rs:embacle:0.22.5</id>
            <updated>
            2026-09-01T02:14:55.616675+00:00</updated>

            <summary>LLM runner library — wraps 12 AI CLI tools as pluggable LLM providers with agent loop, guardrails, and cost tracking</summary>

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

        <entry>
            <title>aion-cli-0.30.0</title>

            <link href="/crate/aion-cli/0.30.0" />
            <id>urn:docs-rs:aion-cli:0.30.0</id>
            <updated>
            2026-09-01T02:14:20.427314+00:00</updated>

            <summary>The `aion` command line: operate Aion durable workflows over gRPC and run the Aion server.</summary>

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

        <entry>
            <title>mdbook-structured-core-0.1.2</title>

            <link href="/mdbook-structured-core/0.1.2/mdbook_structured_core/" />
            <id>urn:docs-rs:mdbook-structured-core:0.1.2</id>
            <updated>
            2026-09-01T02:14:17.130787+00:00</updated>

            <summary>Parser-neutral JSON and YAML structured documents with source provenance and HTML rendering.</summary>

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

        <entry>
            <title>rusty-taint-check-macros-0.1.0</title>

            <link href="/rusty-taint-check-macros/0.1.0/taint_check_macros/" />
            <id>urn:docs-rs:rusty-taint-check-macros:0.1.0</id>
            <updated>
            2026-09-01T02:14:14.214666+00:00</updated>

            <summary>The #[taint_check(labels = [...])] proc-macro attribute: a thin wrapper that parses the attribute and calls into rusty-taint-check&#38;apos;s AST inspection, turning any taint violation into a real compile_error!(...) at the offending call site. See docs/adr/ADR-0003 and rfcs/0003-taint-check.md.</summary>

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

        <entry>
            <title>barbican-0.1.0</title>

            <link href="/barbican/0.1.0/barbican/" />
            <id>urn:docs-rs:barbican:0.1.0</id>
            <updated>
            2026-09-01T02:14:11.755833+00:00</updated>

            <summary>Authentication and authorization middleware for Axum — extractors, role-based guards, and public path bypass</summary>

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

        <entry>
            <title>rusty-taint-check-0.1.0</title>

            <link href="/rusty-taint-check/0.1.0/taint_check/" />
            <id>urn:docs-rs:rusty-taint-check:0.1.0</id>
            <updated>
            2026-09-01T02:14:10.542835+00:00</updated>

            <summary>Phase 2 IFC for Rust: shared AST-inspection logic for #[taint_check(...)]&#38;apos;s label-propagation pass (tracking #[sensitive(label)] bindings through local assignments to a #[taint_sink(...)]), plus a standalone `taint-check` CLI that runs the same inspection outside the compiler for CI use with no proc-macro dependency. See docs/adr/ADR-0003 and rfcs/0003-taint-check.md.</summary>

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

        <entry>
            <title>rusty-capability-attr-0.1.3</title>

            <link href="/rusty-capability-attr/0.1.3/capability_attr/" />
            <id>urn:docs-rs:rusty-capability-attr:0.1.3</id>
            <updated>
            2026-09-01T02:14:05.675930+00:00</updated>

            <summary>Layer 2 (side-effect / capability safety) #[capability(...)] proc-macro attribute for Rust: declares and enforces a function&#38;apos;s allocation/IO/raw-pointer scope at compile time, orthogonal to unsafe. Phase 1 (stable Rust, no rustc changes) of docs/aisecurity/capability-rfc-updated.md, scoped to userspace (git.git) needs — see this crate&#38;apos;s own module docs for what was dropped from the RFC&#38;apos;s embedded-oriented vocabulary and why.</summary>

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

        <entry>
            <title>rusty-source-edit-0.1.0</title>

            <link href="/rusty-source-edit/0.1.0/source_edit/" />
            <id>urn:docs-rs:rusty-source-edit:0.1.0</id>
            <updated>
            2026-09-01T02:12:58.497249+00:00</updated>

            <summary>Internal-only surgical source rewriting: replace exactly one syn::Item&#38;apos;s byte span with a re-printed, mutated version of itself, leaving the rest of the file byte-identical. Shared by taint-generate and taint-refactor so neither silently reformats a whole file just to add one attribute or one call. Published only so those crates resolve from crates.io — no public-API/semver guarantee.</summary>

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

        <entry>
            <title>rusty-capability-core-0.1.0</title>

            <link href="/rusty-capability-core/0.1.0/capability_core/" />
            <id>urn:docs-rs:rusty-capability-core:0.1.0</id>
            <updated>
            2026-09-01T02:12:57.764140+00:00</updated>

            <summary>Internal-only capability vocabulary (AllocLevel/IoLevel/PtrLevel/CapabilitySet), body-usage inspector, and declared-vs-detected subset check shared by capability-attr and taint-generate. Published only so those crates resolve from crates.io — no public-API/semver guarantee; extracted from capability-attr&#38;apos;s own private modules, which a proc-macro = true crate could never expose to begin with.</summary>

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

        <entry>
            <title>ciabatta-0.3.3</title>

            <link href="/crate/ciabatta/0.3.3" />
            <id>urn:docs-rs:ciabatta:0.3.3</id>
            <updated>
            2026-09-01T02:12:51.738192+00:00</updated>

            <summary>A command line tool for publishing artifacts to various registries</summary>

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

        <entry>
            <title>rusty-path-match-0.1.0</title>

            <link href="/rusty-path-match/0.1.0/path_match/" />
            <id>urn:docs-rs:rusty-path-match:0.1.0</id>
            <updated>
            2026-09-01T02:12:51.575752+00:00</updated>

            <summary>Internal-only syn::Path matching helpers shared by capability-attr and taint-check (trailing-segment / suffix / marker matching). Published only so those crates resolve from crates.io — no public-API/semver guarantee, extracted purely to de-duplicate private helpers neither crate ever exposed.</summary>

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

        <entry>
            <title>aion-client-0.30.0</title>

            <link href="/aion-client/0.30.0/aion_client/" />
            <id>urn:docs-rs:aion-client:0.30.0</id>
            <updated>
            2026-09-01T02:12:15.687733+00:00</updated>

            <summary>Rust caller SDK for connecting to aion-server and operating Aion workflows.</summary>

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

        <entry>
            <title>systemless-0.27.14</title>

            <link href="/systemless/0.27.14/systemless/" />
            <id>urn:docs-rs:systemless:0.27.14</id>
            <updated>
            2026-09-01T02:12:04.691603+00:00</updated>

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

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

        <entry>
            <title>ucal-1.12.0</title>

            <link href="/ucal/1.12.0/ucal/" />
            <id>urn:docs-rs:ucal:1.12.0</id>
            <updated>
            2026-09-01T02:11:34.511666+00:00</updated>

            <summary>Universe Calendar: absolute time in Planck ticks with a base-5 tier calendar</summary>

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

        <entry>
            <title>aion-server-0.30.0</title>

            <link href="/aion-server/0.30.0/aion_server/" />
            <id>urn:docs-rs:aion-server:0.30.0</id>
            <updated>
            2026-09-01T02:11:26.601954+00:00</updated>

            <summary>Aion workflow server library: HTTP, gRPC, WebSocket, and worker endpoints. Run it with the `aion` binary from the aion-cli crate.</summary>

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

        <entry>
            <title>ucal-cosmo-1.12.0</title>

            <link href="/ucal-cosmo/1.12.0/ucal_cosmo/" />
            <id>urn:docs-rs:ucal-cosmo:1.12.0</id>
            <updated>
            2026-09-01T02:10:45.318240+00:00</updated>

            <summary>Universe Calendar cosmology: flat LambdaCDM by certified integer interval quadrature</summary>

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

        <entry>
            <title>ucal-events-1.12.0</title>

            <link href="/ucal-events/1.12.0/ucal_events/" />
            <id>urn:docs-rs:ucal-events:1.12.0</id>
            <updated>
            2026-09-01T02:10:44.573640+00:00</updated>

            <summary>Universe Calendar event catalogue: cited, interval-valued cosmological and geological milestones</summary>

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

        <entry>
            <title>ucal-civil-1.12.0</title>

            <link href="/ucal-civil/1.12.0/ucal_civil/" />
            <id>urn:docs-rs:ucal-civil:1.12.0</id>
            <updated>
            2026-09-01T02:10:41.244328+00:00</updated>

            <summary>Universe Calendar SI bridge: exact TT pivot, leap seconds, and legacy civil calendars</summary>

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

        <entry>
            <title>ucal-body-1.12.0</title>

            <link href="/ucal-body/1.12.0/ucal_body/" />
            <id>urn:docs-rs:ucal-body:1.12.0</id>
            <updated>
            2026-09-01T02:10:38.321474+00:00</updated>

            <summary>Universe Calendar bodies: cited, tick-native rotation and orbital parameters (Rule C)</summary>

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

        <entry>
            <title>ucal-core-1.12.0</title>

            <link href="/ucal-core/1.12.0/ucal_core/" />
            <id>urn:docs-rs:ucal-core:1.12.0</id>
            <updated>
            2026-09-01T02:10:32.598717+00:00</updated>

            <summary>Universe Calendar core: absolute time in Planck ticks, base-5 tier grid, profile UC-1</summary>

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

        <entry>
            <title>hisi-rf-0.1.0-alpha.102</title>

            <link href="/crate/hisi-rf/0.1.0-alpha.102" />
            <id>urn:docs-rs:hisi-rf:0.1.0-alpha.102</id>
            <updated>
            2026-09-01T02:10:28.263968+00:00</updated>

            <summary>Chip-selecting radio facade for HiSilicon embedded Rust</summary>

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

        <entry>
            <title>telorgon-0.1.4</title>

            <link href="/telorgon/0.1.4/telorgon/" />
            <id>urn:docs-rs:telorgon:0.1.4</id>
            <updated>
            2026-09-01T02:09:37.585930+00:00</updated>

            <summary>Retained, component-based UI framework with software and Vulkan rendering</summary>

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

        <entry>
            <title>aion-rs-0.30.0</title>

            <link href="/aion-rs/0.30.0/aion/" />
            <id>urn:docs-rs:aion-rs:0.30.0</id>
            <updated>
            2026-09-01T02:08:31.715745+00:00</updated>

            <summary>Transport-agnostic Aion workflow engine with durability, replay, timers, and supervision.</summary>

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

        <entry>
            <title>aion-integration-cli-0.30.0</title>

            <link href="/aion-integration-cli/0.30.0/aion_integration_cli/" />
            <id>urn:docs-rs:aion-integration-cli:0.30.0</id>
            <updated>
            2026-09-01T02:08:08.883009+00:00</updated>

            <summary>A second, independent AgentHarness adapter for Aion: a plain-stdout observability-only CLI agent that demuxes interleaved stdout into ActivityEvents and advertises no intervention capabilities. The empirical proof that aion-integrations is a neutral SDK, not a Norn wrapper (NOI-8).</summary>

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

        <entry>
            <title>facil-0.3.0</title>

            <link href="/crate/facil/0.3.0" />
            <id>urn:docs-rs:facil:0.3.0</id>
            <updated>
            2026-09-01T02:07:53.391488+00:00</updated>

            <summary>A single-binary, TOML-driven tmux session templating and session manager</summary>

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

        <entry>
            <title>aion-awl-package-0.30.0</title>

            <link href="/aion-awl-package/0.30.0/aion_awl_package/" />
            <id>urn:docs-rs:aion-awl-package:0.30.0</id>
            <updated>
            2026-09-01T02:07:30.537302+00:00</updated>

            <summary>Programmatic .aion assembly for compiled AWL workflows</summary>

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

        <entry>
            <title>bvh_anim_parser-1.0.1</title>

            <link href="/bvh_anim_parser/1.0.1/bvh_anim_parser/" />
            <id>urn:docs-rs:bvh_anim_parser:1.0.1</id>
            <updated>
            2026-09-01T02:07:24.507758+00:00</updated>

            <summary>A .bvh file parser</summary>

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

        <entry>
            <title>aion-awl-0.30.0</title>

            <link href="/aion-awl/0.30.0/aion_awl/" />
            <id>urn:docs-rs:aion-awl:0.30.0</id>
            <updated>
            2026-09-01T02:07:07.826882+00:00</updated>

            <summary>Lexer for the Aion workflow language.</summary>

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

        <entry>
            <title>aion-awl-lsp-0.30.0</title>

            <link href="/aion-awl-lsp/0.30.0/aion_awl_lsp/" />
            <id>urn:docs-rs:aion-awl-lsp:0.30.0</id>
            <updated>
            2026-09-01T02:07:05.519163+00:00</updated>

            <summary>Thin Language Server Protocol adapter for the Aion Workflow Language.</summary>

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

        <entry>
            <title>saddle-boundary-0.3.0-alpha.9</title>

            <link href="/crate/saddle-boundary/0.3.0-alpha.9" />
            <id>urn:docs-rs:saddle-boundary:0.3.0-alpha.9</id>
            <updated>
            2026-09-01T02:06:55.084430+00:00</updated>

            <summary>Saddle 0.3 ProfuseContract unary boundary transport</summary>

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

        <entry>
            <title>bevy_foliage_paint-0.13.6</title>

            <link href="/bevy_foliage_paint/0.13.6/bevy_foliage_paint/" />
            <id>urn:docs-rs:bevy_foliage_paint:0.13.6</id>
            <updated>
            2026-09-01T02:06:17.737281+00:00</updated>

            <summary>A foliage painting system using warbler grass</summary>

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

        <entry>
            <title>derive-env-url-2.1.0</title>

            <link href="/derive-env-url/2.1.0/derive_env_url/" />
            <id>urn:docs-rs:derive-env-url:2.1.0</id>
            <updated>
            2026-09-01T02:06:07.749272+00:00</updated>

            <summary>Derives for env-url</summary>

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

        <entry>
            <title>env-url-2.1.0</title>

            <link href="/env-url/2.1.0/env_url/" />
            <id>urn:docs-rs:env-url:2.1.0</id>
            <updated>
            2026-09-01T02:06:01.258108+00:00</updated>

            <summary>env composable service urls</summary>

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

        <entry>
            <title>crate_usb-0.1.0</title>

            <link href="/crate_usb/0.1.0/crate_usb/" />
            <id>urn:docs-rs:crate_usb:0.1.0</id>
            <updated>
            2026-09-01T02:05:57.588961+00:00</updated>

            <summary>Rust library for USB communication</summary>

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

        <entry>
            <title>pba5-aes-modes-activity-group2-0.1.1</title>

            <link href="/pba5-aes-modes-activity-group2/0.1.1/pba5_aes_modes_activity_group2/" />
            <id>urn:docs-rs:pba5-aes-modes-activity-group2:0.1.1</id>
            <updated>
            2026-09-01T02:05:52.872207+00:00</updated>

            <summary>PBA aes-modes-activity-group2</summary>

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

        <entry>
            <title>icewrap-0.1.1</title>

            <link href="/icewrap/0.1.1/icewrap/" />
            <id>urn:docs-rs:icewrap:0.1.1</id>
            <updated>
            2026-09-01T02:05:51.820366+00:00</updated>

            <summary>Port of Heatshrink to Rust</summary>

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

        <entry>
            <title>ty_map_gen-0.1.6</title>

            <link href="/ty_map_gen/0.1.6/ty_map_gen/" />
            <id>urn:docs-rs:ty_map_gen:0.1.6</id>
            <updated>
            2026-09-01T02:05:49.916647+00:00</updated>

            <summary>A type projecting map generator.
</summary>

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

        <entry>
            <title>rasc-0.1.0</title>

            <link href="/rasc/0.1.0/rasc/" />
            <id>urn:docs-rs:rasc:0.1.0</id>
            <updated>
            2026-09-01T02:05:48.671774+00:00</updated>

            <summary>A simple fast maths Parser</summary>

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

        <entry>
            <title>stream-future-0.5.0</title>

            <link href="/stream-future/0.5.0/stream_future/" />
            <id>urn:docs-rs:stream-future:0.5.0</id>
            <updated>
            2026-09-01T02:05:47.457557+00:00</updated>

            <summary>Implement an async iterator with return value.</summary>

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

        <entry>
            <title>objc-sys-0.3.5</title>

            <link href="/objc-sys/0.3.5/objc_sys/" />
            <id>urn:docs-rs:objc-sys:0.3.5</id>
            <updated>
            2026-09-01T02:05:46.243271+00:00</updated>

            <summary>Raw bindings to the Objective-C runtime and ABI</summary>

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

        <entry>
            <title>ColorShell-1.1.5</title>

            <link href="/ColorShell/1.1.5/ColorShell/" />
            <id>urn:docs-rs:ColorShell:1.1.5</id>
            <updated>
            2026-09-01T02:05:45.543268+00:00</updated>

            <summary>A small crate for coloring text for rust</summary>

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

        <entry>
            <title>linear_collections-0.3.0</title>

            <link href="/linear_collections/0.3.0/linear_collections/" />
            <id>urn:docs-rs:linear_collections:0.3.0</id>
            <updated>
            2026-09-01T02:05:44.084525+00:00</updated>

            <summary>Map and Set types backed by linear data structures.</summary>

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

        <entry>
            <title>stream-future-impl-0.5.0</title>

            <link href="/stream-future-impl/0.5.0/stream_future_impl/" />
            <id>urn:docs-rs:stream-future-impl:0.5.0</id>
            <updated>
            2026-09-01T02:05:41.974045+00:00</updated>

            <summary>Implement an async iterator with return value.</summary>

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

        <entry>
            <title>cfg-or-panic-0.2.1</title>

            <link href="/cfg-or-panic/0.2.1/cfg_or_panic/" />
            <id>urn:docs-rs:cfg-or-panic:0.2.1</id>
            <updated>
            2026-09-01T02:05:41.754749+00:00</updated>

            <summary>Replace function bodies with `unimplemented!()` when condition is not met.</summary>

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

        <entry>
            <title>aion-worker-0.30.0</title>

            <link href="/aion-worker/0.30.0/aion_worker/" />
            <id>urn:docs-rs:aion-worker:0.30.0</id>
            <updated>
            2026-09-01T02:05:40.923778+00:00</updated>

            <summary>Rust remote-worker SDK for executing Aion activities over the gRPC worker protocol.</summary>

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

        <entry>
            <title>binlist_rs-0.1.1</title>

            <link href="/binlist_rs/0.1.1/binlist_rs/" />
            <id>urn:docs-rs:binlist_rs:0.1.1</id>
            <updated>
            2026-09-01T02:05:40.620762+00:00</updated>

            <summary>Rust wrapper for Binlist API</summary>

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

        <entry>
            <title>linear_collections_macros-0.1.0</title>

            <link href="/linear_collections_macros/0.1.0/linear_collections_macros/" />
            <id>urn:docs-rs:linear_collections_macros:0.1.0</id>
            <updated>
            2026-09-01T02:05:38.400949+00:00</updated>

            <summary>proc-macros for linear_collections</summary>

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

        <entry>
            <title>prettyish-html-0.1.1</title>

            <link href="/prettyish-html/0.1.1/prettyish_html/" />
            <id>urn:docs-rs:prettyish-html:0.1.1</id>
            <updated>
            2026-09-01T02:05:37.516881+00:00</updated>

            <summary>a probably good enough HTML prettifier</summary>

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

        <entry>
            <title>ccag-1.9.5</title>

            <link href="/ccag/1.9.5/ccag/" />
            <id>urn:docs-rs:ccag:1.9.5</id>
            <updated>
            2026-09-01T02:05:36.514208+00:00</updated>

            <summary>Self-hosted API gateway that routes Claude Code through Amazon Bedrock</summary>

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

        <entry>
            <title>rustc-simple-version-0.1.1</title>

            <link href="/rustc-simple-version/0.1.1/rustc_simple_version/" />
            <id>urn:docs-rs:rustc-simple-version:0.1.1</id>
            <updated>
            2026-09-01T02:05:32.893010+00:00</updated>

            <summary>Access the rustc version used to build your project using a simple constant</summary>

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

        <entry>
            <title>local-rolling-file-1.1.1</title>

            <link href="/local-rolling-file/1.1.1/local_rolling_file/" />
            <id>urn:docs-rs:local-rolling-file:1.1.1</id>
            <updated>
            2026-09-01T02:05:31.053274+00:00</updated>

            <summary>A rolling file appender with customizable rolling conditions.</summary>

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

        <entry>
            <title>tenkan-0.1.6</title>

            <link href="/tenkan/0.1.6/tenkan/" />
            <id>urn:docs-rs:tenkan:0.1.6</id>
            <updated>
            2026-09-01T02:05:30.228033+00:00</updated>

            <summary>Convert .env files to c headers</summary>

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

        <entry>
            <title>i18n_parse-0.1.1</title>

            <link href="/i18n_parse/0.1.1/i18n_parse/" />
            <id>urn:docs-rs:i18n_parse:0.1.1</id>
            <updated>
            2026-09-01T02:05:30.093606+00:00</updated>

            <summary>extract_i18n</summary>

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

        <entry>
            <title>create-farm-rs-0.1.0</title>

            <link href="/create-farm-rs/0.1.0/create_farm_rs/" />
            <id>urn:docs-rs:create-farm-rs:0.1.0</id>
            <updated>
            2026-09-01T02:05:27.607523+00:00</updated>

            <summary>Create Farm cli tool</summary>

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

        <entry>
            <title>key-1.2.6</title>

            <link href="/key/1.2.6/key/" />
            <id>urn:docs-rs:key:1.2.6</id>
            <updated>
            2026-09-01T02:05:26.763860+00:00</updated>

            <summary>Cli to a local or remote keepass database</summary>

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

        <entry>
            <title>async-gemini-0.1.0</title>

            <link href="/async-gemini/0.1.0/async_gemini/" />
            <id>urn:docs-rs:async-gemini:0.1.0</id>
            <updated>
            2026-09-01T02:05:24.570824+00:00</updated>

            <summary>utils for gemini</summary>

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

        <entry>
            <title>ccag-cli-1.9.5</title>

            <link href="/crate/ccag-cli/1.9.5" />
            <id>urn:docs-rs:ccag-cli:1.9.5</id>
            <updated>
            2026-09-01T02:05:20.060940+00:00</updated>

            <summary>CLI management tool for Claude Code AWS Gateway — manage keys, users, teams, and budgets</summary>

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

        <entry>
            <title>flatpak-unsandbox-0.1.0</title>

            <link href="/flatpak-unsandbox/0.1.0/flatpak_unsandbox/" />
            <id>urn:docs-rs:flatpak-unsandbox:0.1.0</id>
            <updated>
            2026-09-01T02:05:17.371842+00:00</updated>

            <summary>Run your flatpak app outside of the sandbox.</summary>

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

        <entry>
            <title>mockser-0.1.6</title>

            <link href="/mockser/0.1.6/mockser/" />
            <id>urn:docs-rs:mockser:0.1.6</id>
            <updated>
            2026-09-01T02:05:15.098271+00:00</updated>

            <summary>Configurable mock server for testing and development</summary>

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

        <entry>
            <title>fash-0.1.7</title>

            <link href="/fash/0.1.7/fash/" />
            <id>urn:docs-rs:fash:0.1.7</id>
            <updated>
            2026-09-01T02:05:14.346815+00:00</updated>

            <summary>cross-platform GUI-app for calculating hashes of files and comparing them to supplied hashes</summary>

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

        <entry>
            <title>fmt-derive-0.1.2</title>

            <link href="/fmt-derive/0.1.2/fmt_derive/" />
            <id>urn:docs-rs:fmt-derive:0.1.2</id>
            <updated>
            2026-09-01T02:05:09.549809+00:00</updated>

            <summary>A more robust and versatile derive macro for Debug and Display.</summary>

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

        <entry>
            <title>pagebrowse-0.1.1</title>

            <link href="/pagebrowse/0.1.1/pagebrowse/" />
            <id>urn:docs-rs:pagebrowse:0.1.1</id>
            <updated>
            2026-09-01T02:05:00.265733+00:00</updated>

            <summary>Webview-based browser automation library</summary>

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

        <entry>
            <title>fmt-derive-proc-0.1.2</title>

            <link href="/fmt-derive-proc/0.1.2/fmt_derive_proc/" />
            <id>urn:docs-rs:fmt-derive-proc:0.1.2</id>
            <updated>
            2026-09-01T02:04:57.845672+00:00</updated>

            <summary>A more robust and versatile derive macro for Debug and Display.</summary>

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

        <entry>
            <title>pagebrowse_types-0.1.0</title>

            <link href="/pagebrowse_types/0.1.0/pagebrowse_types/" />
            <id>urn:docs-rs:pagebrowse_types:0.1.0</id>
            <updated>
            2026-09-01T02:04:57.783045+00:00</updated>

            <summary>Common types required for Pagebrowse communication</summary>

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

        <entry>
            <title>aion-proto-0.30.0</title>

            <link href="/aion-proto/0.30.0/aion_proto/" />
            <id>urn:docs-rs:aion-proto:0.30.0</id>
            <updated>
            2026-09-01T02:04:53.229473+00:00</updated>

            <summary>Shared gRPC and serde wire contracts for Aion servers, clients, and workers.</summary>

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

        <entry>
            <title>aion-integration-norn-0.30.0</title>

            <link href="/aion-integration-norn/0.30.0/aion_integration_norn/" />
            <id>urn:docs-rs:aion-integration-norn:0.30.0</id>
            <updated>
            2026-09-01T02:04:51.530731+00:00</updated>

            <summary>The first-party Norn adapter for Aion: implements the aion-integrations AgentHarness trait against a Norn `--protocol jsonrpc` process. The single place that names Norn&#38;apos;s on-wire contract.</summary>

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

        <entry>
            <title>jcm-0.2.3</title>

            <link href="/jcm/0.2.3/jcm/" />
            <id>urn:docs-rs:jcm:0.2.3</id>
            <updated>
            2026-09-01T02:04:49.065448+00:00</updated>

            <summary>Pure Rust implementation of the JCM USB communication protocol</summary>

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

        <entry>
            <title>trident-explorer-0.3.2</title>

            <link href="/trident-explorer/0.3.2/trident_explorer/" />
            <id>urn:docs-rs:trident-explorer:0.3.2</id>
            <updated>
            2026-09-01T02:04:46.440104+00:00</updated>

            <summary>Trident explorer for Solana.</summary>

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

        <entry>
            <title>gh-trophy-0.1.1</title>

            <link href="/gh-trophy/0.1.1/gh_trophy/" />
            <id>urn:docs-rs:gh-trophy:0.1.1</id>
            <updated>
            2026-09-01T02:04:42.321021+00:00</updated>

            <summary>CLI tool and associated libraries to fetch GH users activity and generate 3D models from this data</summary>

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

        <entry>
            <title>vivac-0.3.1</title>

            <link href="/crate/vivac/0.3.1" />
            <id>urn:docs-rs:vivac:0.3.1</id>
            <updated>
            2026-09-01T02:04:40.542582+00:00</updated>

            <summary>Provenance tree for work: every node knows which node it was born from</summary>

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

        <entry>
            <title>aion-store-haematite-0.30.0</title>

            <link href="/aion-store-haematite/0.30.0/aion_store_haematite/" />
            <id>urn:docs-rs:aion-store-haematite:0.30.0</id>
            <updated>
            2026-09-01T02:04:38.869775+00:00</updated>

            <summary>Single-node haematite-backed event store implementation for Aion workflows.</summary>

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

        <entry>
            <title>altr-0.5.1</title>

            <link href="/altr/0.5.1/altr/" />
            <id>urn:docs-rs:altr:0.5.1</id>
            <updated>
            2026-09-01T02:04:38.540463+00:00</updated>

            <summary>CLI tool to alter words seamlessly while preserving casing</summary>

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

        <entry>
            <title>aion-integration-acp-0.30.0</title>

            <link href="/aion-integration-acp/0.30.0/aion_integration_acp/" />
            <id>urn:docs-rs:aion-integration-acp:0.30.0</id>
            <updated>
            2026-09-01T02:04:37.507153+00:00</updated>

            <summary>The first-party Agent Client Protocol (ACP) adapter for Aion: implements the aion-integrations AgentHarness trait against any ACP agent subprocess over newline-delimited JSON-RPC 2.0 stdio.</summary>

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

        <entry>
            <title>sqlant-0.8.0</title>

            <link href="/sqlant/0.8.0/sqlant/" />
            <id>urn:docs-rs:sqlant:0.8.0</id>
            <updated>
            2026-09-01T02:04:34.610422+00:00</updated>

            <summary>Generate PlantUML/Mermaid ER diagram textual description from SQL connection string</summary>

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

        <entry>
            <title>aion-toolchain-0.30.0</title>

            <link href="/aion-toolchain/0.30.0/aion_toolchain/" />
            <id>urn:docs-rs:aion-toolchain:0.30.0</id>
            <updated>
            2026-09-01T02:04:29.998617+00:00</updated>

            <summary>Server-side Gleam authoring toolchain: shells out to the gleam binary to compile and type-check workflow source, then packages a verified .aion. Embeds no compiler.</summary>

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

        <entry>
            <title>cyfrin-foundry-compilers-0.4.0</title>

            <link href="/cyfrin-foundry-compilers/0.4.0/cyfrin_foundry_compilers/" />
            <id>urn:docs-rs:cyfrin-foundry-compilers:0.4.0</id>
            <updated>
            2026-09-01T02:04:27.299742+00:00</updated>

            <summary>Utilities for working with solidity compilers, namely solc</summary>

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

        <entry>
            <title>ralertsinua-http-0.5.2</title>

            <link href="/ralertsinua-http/0.5.2/ralertsinua_http/" />
            <id>urn:docs-rs:ralertsinua-http:0.5.2</id>
            <updated>
            2026-09-01T02:04:18.464586+00:00</updated>

            <summary>HTTP compatibility layer for alerts.in.ua</summary>

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

        <entry>
            <title>genesisdb-1.0.0</title>

            <link href="/genesisdb/1.0.0/genesisdb/" />
            <id>urn:docs-rs:genesisdb:1.0.0</id>
            <updated>
            2026-09-01T02:04:13.460895+00:00</updated>

            <summary>Genesis DB client SDK for Rust</summary>

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

        <entry>
            <title>roas-cli-0.12.1</title>

            <link href="/crate/roas-cli/0.12.1" />
            <id>urn:docs-rs:roas-cli:0.12.1</id>
            <updated>
            2026-09-01T02:04:08.397588+00:00</updated>

            <summary>Command-line front-end for the roas OpenAPI library: validate, convert, and preview OpenAPI 2.0 / 3.0 / 3.1 / 3.2 specs, apply Overlays, run Arazzo workflows, and work with AsyncAPI documents</summary>

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

        <entry>
            <title>coctus-0.3.0</title>

            <link href="/coctus/0.3.0/clashlib/" />
            <id>urn:docs-rs:coctus:0.3.0</id>
            <updated>
            2026-09-01T02:04:02.720218+00:00</updated>

            <summary>Command line tool for playing CodinGame puzzles and Clash of Code</summary>

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

        <entry>
            <title>aprox-0.0.0</title>

            <link href="/aprox/0.0.0/aprox/" />
            <id>urn:docs-rs:aprox:0.0.0</id>
            <updated>
            2026-09-01T02:03:59.726937+00:00</updated>

            <summary>aprox</summary>

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

        <entry>
            <title>ralertsinua-geo-0.5.2</title>

            <link href="/ralertsinua-geo/0.5.2/ralertsinua_geo/" />
            <id>urn:docs-rs:ralertsinua-geo:0.5.2</id>
            <updated>
            2026-09-01T02:03:56.838858+00:00</updated>

            <summary>Geo compatibility layer for alerts.in.ua</summary>

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

        <entry>
            <title>ralertsinua-models-0.5.2</title>

            <link href="/ralertsinua-models/0.5.2/ralertsinua_models/" />
            <id>urn:docs-rs:ralertsinua-models:0.5.2</id>
            <updated>
            2026-09-01T02:03:52.759711+00:00</updated>

            <summary>Data Transfer Object for alerts.in.ua</summary>

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

        <entry>
            <title>docdiff-1.2.0</title>

            <link href="/docdiff/1.2.0/docdiff/" />
            <id>urn:docs-rs:docdiff:1.2.0</id>
            <updated>
            2026-09-01T02:03:44.197523+00:00</updated>

            <summary>A CLI tool for comparing two files using document distance algorithms.</summary>

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

        <entry>
            <title>mlx_ffi-0.0.0</title>

            <link href="/mlx_ffi/0.0.0/mlx_ffi/" />
            <id>urn:docs-rs:mlx_ffi:0.0.0</id>
            <updated>
            2026-09-01T02:03:44.110194+00:00</updated>

            <summary>mlx_ffi</summary>

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

        <entry>
            <title>wsv-0.5.0</title>

            <link href="/wsv/0.5.0/wsv/" />
            <id>urn:docs-rs:wsv:0.5.0</id>
            <updated>
            2026-09-01T02:03:41.428939+00:00</updated>

            <summary>A collection of implementations of the Whitespace-separated values, as defined by Stenway. Follow the release notes on https://honestlysam.uk</summary>

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

        <entry>
            <title>rping-0.1.6</title>

            <link href="/rping/0.1.6/rping/" />
            <id>urn:docs-rs:rping:0.1.6</id>
            <updated>
            2026-09-01T02:03:38.482876+00:00</updated>

            <summary>🌊 A Fully Anonymous Any TCP Flag Flooding Attack CLI.</summary>

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

        <entry>
            <title>whiskey-0.5.0-alpha.1</title>

            <link href="/whiskey/0.5.0-alpha.1/whiskey/" />
            <id>urn:docs-rs:whiskey:0.5.0-alpha.1</id>
            <updated>
            2026-09-01T02:03:37.094861+00:00</updated>

            <summary>The Cardano Rust SDK, inspired by MeshJS</summary>

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

        <entry>
            <title>libdice-0.1.0</title>

            <link href="/libdice/0.1.0/libdice/" />
            <id>urn:docs-rs:libdice:0.1.0</id>
            <updated>
            2026-09-01T02:03:36.148949+00:00</updated>

            <summary>A package for parsing simple dice-rolling expressions</summary>

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

        <entry>
            <title>gramatika-0.6.0</title>

            <link href="/gramatika/0.6.0/gramatika/" />
            <id>urn:docs-rs:gramatika:0.6.0</id>
            <updated>
            2026-09-01T02:03:35.104634+00:00</updated>

            <summary>A minimal toolkit for writing parsers with Rust</summary>

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

        <entry>
            <title>aion-store-0.30.0</title>

            <link href="/aion-store/0.30.0/aion_store/" />
            <id>urn:docs-rs:aion-store:0.30.0</id>
            <updated>
            2026-09-01T02:03:30.704858+00:00</updated>

            <summary>Persistence contracts and in-memory event stores for Aion durable workflows.</summary>

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

        <entry>
            <title>gramatika-macro-0.6.0</title>

            <link href="/gramatika-macro/0.6.0/gramatika_macro/" />
            <id>urn:docs-rs:gramatika-macro:0.6.0</id>
            <updated>
            2026-09-01T02:03:29.291270+00:00</updated>

            <summary>Proc macros for Gramatika</summary>

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

        <entry>
            <title>uxmlwriter-1.0.0</title>

            <link href="/uxmlwriter/1.0.0/uxmlwriter/" />
            <id>urn:docs-rs:uxmlwriter:1.0.0</id>
            <updated>
            2026-09-01T02:03:26.490297+00:00</updated>

            <summary>A tiny drop-in replacement for xmlwriter</summary>

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

        <entry>
            <title>fastlanez-0.1.0</title>

            <link href="/fastlanez/0.1.0/vortex/" />
            <id>urn:docs-rs:fastlanez:0.1.0</id>
            <updated>
            2026-09-01T02:03:23.807844+00:00</updated>

            <summary>Fastlanez</summary>

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

        <entry>
            <title>fastlanez-sys-0.1.0</title>

            <link href="/fastlanez-sys/0.1.0/vortex/" />
            <id>urn:docs-rs:fastlanez-sys:0.1.0</id>
            <updated>
            2026-09-01T02:03:22.867619+00:00</updated>

            <summary>Fastlanez</summary>

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

        <entry>
            <title>bevy_meshem-0.4.0</title>

            <link href="/bevy_meshem/0.4.0/bevy_meshem/" />
            <id>urn:docs-rs:bevy_meshem:0.4.0</id>
            <updated>
            2026-09-01T02:03:22.810589+00:00</updated>

            <summary>A crate that offers a flexible and efficient way to generate meshes from a grid of Voxels</summary>

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

        <entry>
            <title>jwts-0.5.1</title>

            <link href="/jwts/0.5.1/jwts/" />
            <id>urn:docs-rs:jwts:0.5.1</id>
            <updated>
            2026-09-01T02:03:19.689545+00:00</updated>

            <summary>A rust implementation of JSON Web Tokens.</summary>

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

        <entry>
            <title>egui-multiwin-0.5.2</title>

            <link href="/egui-multiwin/0.5.2/egui_multiwin/" />
            <id>urn:docs-rs:egui-multiwin:0.5.2</id>
            <updated>
            2026-09-01T02:03:18.529655+00:00</updated>

            <summary>A crate that allows for multiple windows with egui</summary>

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

        <entry>
            <title>bevy_quicsilver-0.1.1</title>

            <link href="/bevy_quicsilver/0.1.1/bevy_quicsilver/" />
            <id>urn:docs-rs:bevy_quicsilver:0.1.1</id>
            <updated>
            2026-09-01T02:03:17.767928+00:00</updated>

            <summary>Implementation of the QUIC transport protocol for bevy_ecs, using quinn_proto</summary>

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

        <entry>
            <title>tktax-monthly-0.2.2</title>

            <link href="/tktax-monthly/0.2.2/tktax_monthly/" />
            <id>urn:docs-rs:tktax-monthly:0.2.2</id>
            <updated>
            2026-09-01T02:03:13.146689+00:00</updated>

            <summary>Library for monthly transaction summaries and average calculations in tax/accounting contexts.</summary>

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

        <entry>
            <title>wasi-ext-0.1.0</title>

            <link href="/wasi-ext/0.1.0/wasi_ext/" />
            <id>urn:docs-rs:wasi-ext:0.1.0</id>
            <updated>
            2026-09-01T02:02:54.205691+00:00</updated>

            <summary>Third-party crate integrations for WASI</summary>

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

        <entry>
            <title>iec61850-0.1.0</title>

            <link href="/iec61850/0.1.0/iec61850/" />
            <id>urn:docs-rs:iec61850:0.1.0</id>
            <updated>
            2026-09-01T02:02:54.074025+00:00</updated>

            <summary>A rust implementation of the IEC61850 protocol.</summary>

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

        <entry>
            <title>embed_it-7.1.0</title>

            <link href="/embed_it/7.1.0/embed_it/" />
            <id>urn:docs-rs:embed_it:7.1.0</id>
            <updated>
            2026-09-01T02:02:52.170989+00:00</updated>

            <summary>A proc-macro library for to create rust structs from 
file system entries and include content 
as a reference to a byte array.
</summary>

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

        <entry>
            <title>bp35c0-0.0.0</title>

            <link href="/bp35c0/0.0.0/bp35c0/" />
            <id>urn:docs-rs:bp35c0:0.0.0</id>
            <updated>
            2026-09-01T02:02:50.471852+00:00</updated>

            <summary>WIP: Rust Binding for ROHM BP35C0 Wi-SUN Module</summary>

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

        <entry>
            <title>vortex-ree-0.1.0</title>

            <link href="/vortex-ree/0.1.0/vortex/" />
            <id>urn:docs-rs:vortex-ree:0.1.0</id>
            <updated>
            2026-09-01T02:02:48.218472+00:00</updated>

            <summary>Vortex Array</summary>

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

        <entry>
            <title>embed_it_macros-7.1.0</title>

            <link href="/embed_it_macros/7.1.0/embed_it_macros/" />
            <id>urn:docs-rs:embed_it_macros:7.1.0</id>
            <updated>
            2026-09-01T02:02:47.175151+00:00</updated>

            <summary>The macros for [`embed_it`]
</summary>

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

        <entry>
            <title>arcella-types-0.1.1</title>

            <link href="/arcella-types/0.1.1/arcella_types/" />
            <id>urn:docs-rs:arcella-types:0.1.1</id>
            <updated>
            2026-09-01T02:02:42.243489+00:00</updated>

            <summary>Core data types and manifests for the Arcella WebAssembly runtime</summary>

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

        <entry>
            <title>embed_it_utils-7.1.0</title>

            <link href="/embed_it_utils/7.1.0/embed_it_utils/" />
            <id>urn:docs-rs:embed_it_utils:7.1.0</id>
            <updated>
            2026-09-01T02:02:41.634021+00:00</updated>

            <summary>The utils for [`embed_it`]
</summary>

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

        <entry>
            <title>tushare-0.1.1</title>

            <link href="/tushare/0.1.1/tushare/" />
            <id>urn:docs-rs:tushare:0.1.1</id>
            <updated>
            2026-09-01T02:02:40.419739+00:00</updated>

            <summary>A rust library to read the data from tushare and tranform it into polars dataframe object</summary>

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

        <entry>
            <title>sipha-error-0.3.1</title>

            <link href="/sipha-error/0.3.1/sipha_error/" />
            <id>urn:docs-rs:sipha-error:0.3.1</id>
            <updated>
            2026-09-01T02:02:39.967548+00:00</updated>

            <summary>Error handling and diagnostics for sipha parsers</summary>

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

        <entry>
            <title>sipha-source-0.3.0</title>

            <link href="/sipha-source/0.3.0/sipha_source/" />
            <id>urn:docs-rs:sipha-source:0.3.0</id>
            <updated>
            2026-09-01T02:02:38.514470+00:00</updated>

            <summary>Centralized source file management and byte-offset to line/column conversion for sipha</summary>

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

        <entry>
            <title>rolling-file-opt-1.0.4</title>

            <link href="/rolling-file-opt/1.0.4/rolling_file_opt/" />
            <id>urn:docs-rs:rolling-file-opt:1.0.4</id>
            <updated>
            2026-09-01T02:02:33.922992+00:00</updated>

            <summary>A rolling file appender with customizable rolling conditions.</summary>

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

        <entry>
            <title>aion-package-0.30.0</title>

            <link href="/aion-package/0.30.0/aion_package/" />
            <id>urn:docs-rs:aion-package:0.30.0</id>
            <updated>
            2026-09-01T02:02:32.201458+00:00</updated>

            <summary>Archive validation, content hashing, and namespacing for Aion workflow packages.</summary>

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

        <entry>
            <title>diesel-json-derive-0.1.1</title>

            <link href="/diesel-json-derive/0.1.1/diesel_json_derive/" />
            <id>urn:docs-rs:diesel-json-derive:0.1.1</id>
            <updated>
            2026-09-01T02:02:31.566203+00:00</updated>

            <summary>Macro crate implementing the proc macro for diesel-json-derive</summary>

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

        <entry>
            <title>aion-proto-generated-0.30.0</title>

            <link href="/aion-proto-generated/0.30.0/aion_proto_generated/" />
            <id>urn:docs-rs:aion-proto-generated:0.30.0</id>
            <updated>
            2026-09-01T02:02:30.322250+00:00</updated>

            <summary>Machine-generated tonic/prost gRPC stubs for Aion, isolated from the hand-written aion-proto crate so its relaxed lint policy lives in Cargo.toml [lints] rather than in-source #![allow].</summary>

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

        <entry>
            <title>keyarray-0.0.1-alpha</title>

            <link href="/keyarray/0.0.1-alpha/keyarray/" />
            <id>urn:docs-rs:keyarray:0.0.1-alpha</id>
            <updated>
            2026-09-01T02:02:27.105532+00:00</updated>

            <summary>A crate for modeling and managing mutually exclusive states (keys in a key array)</summary>

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

        <entry>
            <title>rustdis-0.1.1</title>

            <link href="/rustdis/0.1.1/rustdis/" />
            <id>urn:docs-rs:rustdis:0.1.1</id>
            <updated>
            2026-09-01T02:02:26.469825+00:00</updated>

            <summary>A partial Redis server implementation intended purely for educational purposes</summary>

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

        <entry>
            <title>ehatrom-0.3.3</title>

            <link href="/ehatrom/0.3.3/ehatrom/" />
            <id>urn:docs-rs:ehatrom:0.3.3</id>
            <updated>
            2026-09-01T02:02:24.221701+00:00</updated>

            <summary>EEPROM HAT library for Raspberry Pi HATs (serialization, I2C, CRC32, custom atoms)</summary>

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

        <entry>
            <title>index_permute-0.1.12</title>

            <link href="/index_permute/0.1.12/index_permute/" />
            <id>urn:docs-rs:index_permute:0.1.12</id>
            <updated>
            2026-09-01T02:02:21.425583+00:00</updated>

            <summary>A library for permuting a slice which elements are not Clone or Copy in Rust</summary>

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

        <entry>
            <title>sipha-parse-0.3.0</title>

            <link href="/sipha-parse/0.3.0/sipha_parse/" />
            <id>urn:docs-rs:sipha-parse:0.3.0</id>
            <updated>
            2026-09-01T02:02:20.494292+00:00</updated>

            <summary>Parsing engine for sipha - grammar rules, parser state, and parsing logic</summary>

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

        <entry>
            <title>aion-mcp-0.30.0</title>

            <link href="/aion-mcp/0.30.0/aion_mcp/" />
            <id>urn:docs-rs:aion-mcp:0.30.0</id>
            <updated>
            2026-09-01T02:02:16.015851+00:00</updated>

            <summary>Model Context Protocol (2026-07-28 stateless revision) server protocol layer for Aion.</summary>

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

        <entry>
            <title>sipha-memo-0.3.0</title>

            <link href="/sipha-memo/0.3.0/sipha_memo/" />
            <id>urn:docs-rs:sipha-memo:0.3.0</id>
            <updated>
            2026-09-01T02:02:15.166082+00:00</updated>

            <summary>Memoization support for packrat parsing in sipha</summary>

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

        <entry>
            <title>tinycbg-0.9.0</title>

            <link href="/tinycbg/0.9.0/tinycbg/" />
            <id>urn:docs-rs:tinycbg:0.9.0</id>
            <updated>
            2026-09-01T02:02:13.190229+00:00</updated>

            <summary>A tiny crate for working with ULTRAKILL&#38;apos;s Cybergrind Patterns programatically.</summary>

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

        <entry>
            <title>cstream-0.1.4</title>

            <link href="/cstream/0.1.4/cstream/" />
            <id>urn:docs-rs:cstream:0.1.4</id>
            <updated>
            2026-09-01T02:02:12.834062+00:00</updated>

            <summary>utilities for `libc::FILE` streams &#38;apos;c streams&#38;apos;</summary>

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

        <entry>
            <title>miyabi-session-manager-0.1.2</title>

            <link href="/miyabi-session-manager/0.1.2/miyabi_session_manager/" />
            <id>urn:docs-rs:miyabi-session-manager:0.1.2</id>
            <updated>
            2026-09-01T02:02:09.929141+00:00</updated>

            <summary>Complete autonomous AI development operations platform - Rust edition</summary>

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

        <entry>
            <title>git-pr-0.1.1</title>

            <link href="/git-pr/0.1.1/git_pr/" />
            <id>urn:docs-rs:git-pr:0.1.1</id>
            <updated>
            2026-09-01T02:02:09.297063+00:00</updated>

            <summary>AGit Workflow wrapper</summary>

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

        <entry>
            <title>parcel-cargo-0.1.0</title>

            <link href="/crate/parcel-cargo/0.1.0" />
            <id>urn:docs-rs:parcel-cargo:0.1.0</id>
            <updated>
            2026-09-01T02:02:06.435866+00:00</updated>

            <summary>Package Rust projects as native macOS installers with Parcel</summary>

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

        <entry>
            <title>miyabi-modes-0.1.2</title>

            <link href="/miyabi-modes/0.1.2/miyabi_modes/" />
            <id>urn:docs-rs:miyabi-modes:0.1.2</id>
            <updated>
            2026-09-01T02:02:05.236716+00:00</updated>

            <summary>Complete autonomous AI development operations platform - Rust edition</summary>

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

        <entry>
            <title>miyabi-telegram-0.1.2</title>

            <link href="/miyabi-telegram/0.1.2/miyabi_telegram/" />
            <id>urn:docs-rs:miyabi-telegram:0.1.2</id>
            <updated>
            2026-09-01T02:02:03.703628+00:00</updated>

            <summary>Telegram Bot integration for Miyabi</summary>

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

        <entry>
            <title>sipha-pratt-0.3.0</title>

            <link href="/sipha-pratt/0.3.0/sipha_pratt/" />
            <id>urn:docs-rs:sipha-pratt:0.3.0</id>
            <updated>
            2026-09-01T02:02:02.986317+00:00</updated>

            <summary>Pratt parser for operator precedence parsing in sipha</summary>

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

        <entry>
            <title>sipha-tree-0.3.0</title>

            <link href="/sipha-tree/0.3.0/sipha_tree/" />
            <id>urn:docs-rs:sipha-tree:0.3.0</id>
            <updated>
            2026-09-01T02:01:58.763191+00:00</updated>

            <summary>CST/AST construction and node arena management for sipha</summary>

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

        <entry>
            <title>miyabi-approval-0.1.2</title>

            <link href="/miyabi-approval/0.1.2/miyabi_approval/" />
            <id>urn:docs-rs:miyabi-approval:0.1.2</id>
            <updated>
            2026-09-01T02:01:53.582664+00:00</updated>

            <summary>Miyabi Approval System - Human-in-the-Loop workflow approval gates</summary>

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

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

            <link href="/sipha-core/0.3.0/sipha_core/" />
            <id>urn:docs-rs:sipha-core:0.3.0</id>
            <updated>
            2026-09-01T02:01:51.124525+00:00</updated>

            <summary>Core foundation types and traits for sipha - minimal dependencies, no parsing logic</summary>

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

        <entry>
            <title>leptos-components-0.2.9</title>

            <link href="/leptos-components/0.2.9/leptos_components/" />
            <id>urn:docs-rs:leptos-components:0.2.9</id>
            <updated>
            2026-09-01T02:01:48.647137+00:00</updated>

            <summary>RustLangES leptos components</summary>

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

        <entry>
            <title>libsock-rs-1.0.1</title>

            <link href="/libsock-rs/1.0.1/libsock/" />
            <id>urn:docs-rs:libsock-rs:1.0.1</id>
            <updated>
            2026-09-01T02:01:43.272532+00:00</updated>

            <summary>A tokio(net) serde Framed wrapper/library</summary>

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

        <entry>
            <title>daemon_console-0.3.3</title>

            <link href="/daemon_console/0.3.3/daemon_console/" />
            <id>urn:docs-rs:daemon_console:0.3.3</id>
            <updated>
            2026-09-01T02:01:33.833278+00:00</updated>

            <summary>A flexible console for daemon applications.</summary>

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

        <entry>
            <title>tls-listener-0.11.2</title>

            <link href="/tls-listener/0.11.2/tls_listener/" />
            <id>urn:docs-rs:tls-listener:0.11.2</id>
            <updated>
            2026-09-01T02:01:33.104542+00:00</updated>

            <summary>wrap incoming Stream of connections in TLS</summary>

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

        <entry>
            <title>aion-integrations-0.30.0</title>

            <link href="/aion-integrations/0.30.0/aion_integrations/" />
            <id>urn:docs-rs:aion-integrations:0.30.0</id>
            <updated>
            2026-09-01T02:01:24.724925+00:00</updated>

            <summary>Harness-integration SDK for Aion: the AgentHarness trait plus reusable building blocks for making an agent harness a first-class Aion integration.</summary>

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

        <entry>
            <title>apcore-toolkit-0.10.2</title>

            <link href="/apcore-toolkit/0.10.2/apcore_toolkit/" />
            <id>urn:docs-rs:apcore-toolkit:0.10.2</id>
            <updated>
            2026-09-01T02:01:22.365935+00:00</updated>

            <summary>Shared scanner, schema extraction, and output toolkit for apcore framework adapters</summary>

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

        <entry>
            <title>miyabi-claudable-0.1.2</title>

            <link href="/miyabi-claudable/0.1.2/miyabi_claudable/" />
            <id>urn:docs-rs:miyabi-claudable:0.1.2</id>
            <updated>
            2026-09-01T02:01:17.472469+00:00</updated>

            <summary>Claudable API client for Next.js frontend generation</summary>

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

        <entry>
            <title>resilient-fetch-0.1.0</title>

            <link href="/resilient-fetch/0.1.0/resilient_fetch/" />
            <id>urn:docs-rs:resilient-fetch:0.1.0</id>
            <updated>
            2026-09-01T02:01:17.199041+00:00</updated>

            <summary>Resilient HTTP client for Rust — retry, circuit breaker, connection pooling, and typed JSON helpers built on reqwest</summary>

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

        <entry>
            <title>aion-fleet-plan-0.30.0</title>

            <link href="/aion-fleet-plan/0.30.0/aion_fleet_plan/" />
            <id>urn:docs-rs:aion-fleet-plan:0.30.0</id>
            <updated>
            2026-09-01T02:01:14.063717+00:00</updated>

            <summary>The fleet-stages-v1 staged-chain plan contract: grammar, validation, the normalized ordering graph, the sealed conclusion verifier, and the replay-deterministic chain decision function.</summary>

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

        <entry>
            <title>aion-core-0.30.0</title>

            <link href="/aion-core/0.30.0/aion_core/" />
            <id>urn:docs-rs:aion-core:0.30.0</id>
            <updated>
            2026-09-01T02:01:10.640458+00:00</updated>

            <summary>Pure domain model and shared vocabulary for Aion durable workflows.</summary>

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

        <entry>
            <title>aion-darwin-acl-0.30.0</title>

            <link href="/aion-darwin-acl/0.30.0/aion_darwin_acl/" />
            <id>urn:docs-rs:aion-darwin-acl:0.30.0</id>
            <updated>
            2026-09-01T02:01:04.546031+00:00</updated>

            <summary>Single-snapshot Darwin ACL decoding for Aion&#38;apos;s macOS path-safety gate.</summary>

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

        <entry>
            <title>win-screenshot-4.0.14</title>

            <link href="/win-screenshot/4.0.14/win_screenshot/" />
            <id>urn:docs-rs:win-screenshot:4.0.14</id>
            <updated>
            2026-09-01T02:01:00.729409+00:00</updated>

            <summary>Take a screenshot of a specific window or entire screen on Windows platform</summary>

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

        <entry>
            <title>miyabi-a2a-0.1.2</title>

            <link href="/miyabi-a2a/0.1.2/miyabi_a2a/" />
            <id>urn:docs-rs:miyabi-a2a:0.1.2</id>
            <updated>
            2026-09-01T02:00:58.423369+00:00</updated>

            <summary>Agent-to-Agent (A2A) task storage and communication for Miyabi</summary>

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