<?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 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )</id>
    <updated>2026-06-18T17:58:13.070634+00:00</updated>

        <entry>
            <title>klieo-otel-2.2.0</title>

            <link href="/klieo-otel/2.2.0/klieo_otel/" />
            <id>urn:docs-rs:klieo-otel:2.2.0</id>
            <updated>
            2026-06-18T17:58:13.070634+00:00</updated>

            <summary>OpenTelemetry tracing exporter for klieo agent runtimes.</summary>

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

        <entry>
            <title>klieo-tools-2.2.0</title>

            <link href="/klieo-tools/2.2.0/klieo_tools/" />
            <id>urn:docs-rs:klieo-tools:2.2.0</id>
            <updated>
            2026-06-18T17:58:12.565781+00:00</updated>

            <summary>Tool dispatch + JSON-schema arg validation + timeout enforcement for klieo-core.</summary>

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

        <entry>
            <title>klieo-ops-api-2.2.0</title>

            <link href="/klieo-ops-api/2.2.0/klieo_ops_api/" />
            <id>urn:docs-rs:klieo-ops-api:2.2.0</id>
            <updated>
            2026-06-18T17:58:10.922370+00:00</updated>

            <summary>Read-only HTTP monitoring router for klieo agentic systems.</summary>

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

        <entry>
            <title>klieo-memory-qdrant-2.2.0</title>

            <link href="/klieo-memory-qdrant/2.2.0/klieo_memory_qdrant/" />
            <id>urn:docs-rs:klieo-memory-qdrant:2.2.0</id>
            <updated>
            2026-06-18T17:58:02.784887+00:00</updated>

            <summary>Qdrant-backed implementation of klieo-core&#38;apos;s LongTermMemory.</summary>

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

        <entry>
            <title>klieo-memory-graph-rag-2.2.0</title>

            <link href="/klieo-memory-graph-rag/2.2.0/klieo_memory_graph_rag/" />
            <id>urn:docs-rs:klieo-memory-graph-rag:2.2.0</id>
            <updated>
            2026-06-18T17:57:47.950042+00:00</updated>

            <summary>Graph-first RAG composer over KnowledgeGraph + LongTermMemory. Stable at 1.x per ADR-039.</summary>

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

        <entry>
            <title>klieo-model-registry-2.2.0</title>

            <link href="/klieo-model-registry/2.2.0/klieo_model_registry/" />
            <id>urn:docs-rs:klieo-model-registry:2.2.0</id>
            <updated>
            2026-06-18T17:57:47.521507+00:00</updated>

            <summary>Model deprecation registry — pin/allowlist + sunset policy for klieo agents.</summary>

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

        <entry>
            <title>reeve-cli-0.2.5</title>

            <link href="/crate/reeve-cli/0.2.5" />
            <id>urn:docs-rs:reeve-cli:0.2.5</id>
            <updated>
            2026-06-18T17:57:42.715317+00:00</updated>

            <summary>Localhost web dev stack manager: web servers, per-vhost PHP versions, SSL, and DNS — RunCloud, scaled down.</summary>

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

        <entry>
            <title>ritualist-0.0.9</title>

            <link href="/ritualist/0.0.9/ritualist/" />
            <id>urn:docs-rs:ritualist:0.0.9</id>
            <updated>
            2026-06-18T17:57:35.272837+00:00</updated>

            <summary>App activity manager. Schedule app tasks like reminders etc at given intervals.
</summary>

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

        <entry>
            <title>klieo-memory-graph-neo4j-2.2.0</title>

            <link href="/klieo-memory-graph-neo4j/2.2.0/klieo_memory_graph_neo4j/" />
            <id>urn:docs-rs:klieo-memory-graph-neo4j:2.2.0</id>
            <updated>
            2026-06-18T17:57:30.814061+00:00</updated>

            <summary>Neo4j-backed KnowledgeGraph impl for klieo-memory-graph. Stable at 1.x per ADR-039.</summary>

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

        <entry>
            <title>klieo-spec-2.2.0</title>

            <link href="/klieo-spec/2.2.0/klieo_spec/" />
            <id>urn:docs-rs:klieo-spec:2.2.0</id>
            <updated>
            2026-06-18T17:57:28.233715+00:00</updated>

            <summary>Generic decompose / critique / refine traits and a quality loop runner.</summary>

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

        <entry>
            <title>klieo-mcp-server-2.2.0</title>

            <link href="/klieo-mcp-server/2.2.0/klieo_mcp_server/" />
            <id>urn:docs-rs:klieo-mcp-server:2.2.0</id>
            <updated>
            2026-06-18T17:57:27.734061+00:00</updated>

            <summary>Expose any klieo ToolInvoker or Agent as an MCP server over stdio or HTTP. The inverse of klieo-tools-mcp.</summary>

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

        <entry>
            <title>klieo-memory-neo4j-2.2.0</title>

            <link href="/klieo-memory-neo4j/2.2.0/klieo_memory_neo4j/" />
            <id>urn:docs-rs:klieo-memory-neo4j:2.2.0</id>
            <updated>
            2026-06-18T17:57:20.998414+00:00</updated>

            <summary>Neo4j-backed implementations of klieo-core&#38;apos;s ShortTermMemory and EpisodicMemory.</summary>

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

        <entry>
            <title>klieo-llm-openai-2.2.0</title>

            <link href="/klieo-llm-openai/2.2.0/klieo_llm_openai/" />
            <id>urn:docs-rs:klieo-llm-openai:2.2.0</id>
            <updated>
            2026-06-18T17:57:14.426664+00:00</updated>

            <summary>OpenAI Chat Completions client implementing klieo-core&#38;apos;s LlmClient trait.</summary>

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

        <entry>
            <title>klieo-macros-2.2.0</title>

            <link href="/klieo-macros/2.2.0/klieo_macros/" />
            <id>urn:docs-rs:klieo-macros:2.2.0</id>
            <updated>
            2026-06-18T17:57:00.143475+00:00</updated>

            <summary>Procedural macros for the klieo agent framework: #[tool] derives a Tool impl from an async fn.</summary>

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

        <entry>
            <title>vv_postprocess-0.0.1</title>

            <link href="/vv_postprocess/0.0.1/vv_postprocess/" />
            <id>urn:docs-rs:vv_postprocess:0.0.1</id>
            <updated>
            2026-06-18T17:56:55.207831+00:00</updated>

            <summary>This crate is reserved for the vv engine project</summary>

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

        <entry>
            <title>klieo-llm-ollama-2.2.0</title>

            <link href="/klieo-llm-ollama/2.2.0/klieo_llm_ollama/" />
            <id>urn:docs-rs:klieo-llm-ollama:2.2.0</id>
            <updated>
            2026-06-18T17:56:54.092147+00:00</updated>

            <summary>Ollama HTTP client implementing klieo-core&#38;apos;s LlmClient trait.</summary>

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

        <entry>
            <title>klieo-llm-gemini-2.2.0</title>

            <link href="/klieo-llm-gemini/2.2.0/klieo_llm_gemini/" />
            <id>urn:docs-rs:klieo-llm-gemini:2.2.0</id>
            <updated>
            2026-06-18T17:56:50.532192+00:00</updated>

            <summary>Google Gemini client implementing klieo-core&#38;apos;s LlmClient trait. Renamed from klieo-llm-genai.</summary>

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

        <entry>
            <title>klieo-llm-anthropic-2.2.0</title>

            <link href="/klieo-llm-anthropic/2.2.0/klieo_llm_anthropic/" />
            <id>urn:docs-rs:klieo-llm-anthropic:2.2.0</id>
            <updated>
            2026-06-18T17:56:48.684339+00:00</updated>

            <summary>Anthropic Messages API client implementing klieo-core&#38;apos;s LlmClient trait.</summary>

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

        <entry>
            <title>klieo-llm-common-2.2.0</title>

            <link href="/klieo-llm-common/2.2.0/klieo_llm_common/" />
            <id>urn:docs-rs:klieo-llm-common:2.2.0</id>
            <updated>
            2026-06-18T17:56:46.256194+00:00</updated>

            <summary>Provider-agnostic HTTP plumbing, error mapping, and SSE framing shared by klieo-llm-* provider crates.</summary>

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

        <entry>
            <title>klieo-hitl-2.2.0</title>

            <link href="/klieo-hitl/2.2.0/klieo_hitl/" />
            <id>urn:docs-rs:klieo-hitl:2.2.0</id>
            <updated>
            2026-06-18T17:56:28.016873+00:00</updated>

            <summary>Durable human-in-the-loop run driver for klieo: suspend on review, submit to klieo-compliance, poll, resume (ADR-045).</summary>

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

        <entry>
            <title>artiqwest-0.4.0</title>

            <link href="/artiqwest/0.4.0/artiqwest/" />
            <id>urn:docs-rs:artiqwest:0.4.0</id>
            <updated>
            2026-06-18T17:56:23.248227+00:00</updated>

            <summary>A simple client for making http request over Tor with Arti.</summary>

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

        <entry>
            <title>pdtk-0.4.0</title>

            <link href="/pdtk/0.4.0/pdtk/" />
            <id>urn:docs-rs:pdtk:0.4.0</id>
            <updated>
            2026-06-18T17:56:18.712873+00:00</updated>

            <summary>Safe structural editing, validation, &#38;amp; analysis for Pure Data .pd patch files 🦀</summary>

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

        <entry>
            <title>klieo-graph-projector-2.2.0</title>

            <link href="/klieo-graph-projector/2.2.0/klieo_graph_projector/" />
            <id>urn:docs-rs:klieo-graph-projector:2.2.0</id>
            <updated>
            2026-06-18T17:56:17.805211+00:00</updated>

            <summary>Episode-to-knowledge-graph projector for klieo. Stable at 1.x per ADR-039.</summary>

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

        <entry>
            <title>klieo-ops-2.2.0</title>

            <link href="/klieo-ops/2.2.0/klieo_ops/" />
            <id>urn:docs-rs:klieo-ops:2.2.0</id>
            <updated>
            2026-06-18T17:56:07.405910+00:00</updated>

            <summary>Operational layer above klieo-core: supervisor, governor, gates, escalation, worklog, handoff.</summary>

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

        <entry>
            <title>klieo-memory-graph-2.2.0</title>

            <link href="/klieo-memory-graph/2.2.0/klieo_memory_graph/" />
            <id>urn:docs-rs:klieo-memory-graph:2.2.0</id>
            <updated>
            2026-06-18T17:56:02.115226+00:00</updated>

            <summary>KnowledgeGraph trait surface + InMemoryGraph for klieo. Stable at 1.x per ADR-039 trait freeze.</summary>

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

        <entry>
            <title>klieo-flows-2.2.0</title>

            <link href="/klieo-flows/2.2.0/klieo_flows/" />
            <id>urn:docs-rs:klieo-flows:2.2.0</id>
            <updated>
            2026-06-18T17:55:57.711451+00:00</updated>

            <summary>Multi-agent composition shapes (Sequential / Parallel / Loop / Graph) for the klieo agent framework.</summary>

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

        <entry>
            <title>klieo-memory-sqlite-2.2.0</title>

            <link href="/klieo-memory-sqlite/2.2.0/klieo_memory_sqlite/" />
            <id>urn:docs-rs:klieo-memory-sqlite:2.2.0</id>
            <updated>
            2026-06-18T17:55:40.838461+00:00</updated>

            <summary>SQLite-backed implementations of klieo-core&#38;apos;s memory traits.</summary>

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

        <entry>
            <title>klieo-ops-evidence-verify-2.2.0</title>

            <link href="/klieo-ops-evidence-verify/2.2.0/klieo_ops_evidence_verify/" />
            <id>urn:docs-rs:klieo-ops-evidence-verify:2.2.0</id>
            <updated>
            2026-06-18T17:55:37.278288+00:00</updated>

            <summary>Replays a recorded klieo-ops run and emits an integrity verdict + bitfield exit code.</summary>

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

        <entry>
            <title>klieo-provenance-2.2.0</title>

            <link href="/klieo-provenance/2.2.0/klieo_provenance/" />
            <id>urn:docs-rs:klieo-provenance:2.2.0</id>
            <updated>
            2026-06-18T17:55:20.290412+00:00</updated>

            <summary>Append-only Merkle hash chain with signed evidence bundles for agent and audit provenance.</summary>

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

        <entry>
            <title>klieo-bus-nats-2.2.0</title>

            <link href="/klieo-bus-nats/2.2.0/klieo_bus_nats/" />
            <id>urn:docs-rs:klieo-bus-nats:2.2.0</id>
            <updated>
            2026-06-18T17:55:06.160467+00:00</updated>

            <summary>Production NATS JetStream + KV impls of klieo-core&#38;apos;s bus traits.</summary>

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

        <entry>
            <title>klieo-pii-patterns-2.2.0</title>

            <link href="/klieo-pii-patterns/2.2.0/klieo_pii_patterns/" />
            <id>urn:docs-rs:klieo-pii-patterns:2.2.0</id>
            <updated>
            2026-06-18T17:55:01.130358+00:00</updated>

            <summary>Shared PII detection patterns (regex source strings) consumed by klieo-ops and klieo-ops-evidence-verify.</summary>

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

        <entry>
            <title>klieo-embed-common-2.2.0</title>

            <link href="/klieo-embed-common/2.2.0/klieo_embed_common/" />
            <id>urn:docs-rs:klieo-embed-common:2.2.0</id>
            <updated>
            2026-06-18T17:54:55.597876+00:00</updated>

            <summary>Shared Embedder trait + dummy/fake impls for klieo memory backends.</summary>

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

        <entry>
            <title>solow-summary-0.1.0</title>

            <link href="/solow-summary/0.1.0/solow_summary/" />
            <id>urn:docs-rs:solow-summary:0.1.0</id>
            <updated>
            2026-06-18T17:54:47.101447+00:00</updated>

            <summary>Labeled results and summary tables for the Solow statistical library</summary>

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

        <entry>
            <title>klieo-auth-oauth-2.2.0</title>

            <link href="/klieo-auth-oauth/2.2.0/klieo_auth_oauth/" />
            <id>urn:docs-rs:klieo-auth-oauth:2.2.0</id>
            <updated>
            2026-06-18T17:54:35.169208+00:00</updated>

            <summary>OAuth 2.0 bearer-token Authenticator for klieo HTTP transports</summary>

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

        <entry>
            <title>evaltrees-0.1.0</title>

            <link href="/evaltrees/0.1.0/evaltrees/" />
            <id>urn:docs-rs:evaltrees:0.1.0</id>
            <updated>
            2026-06-18T17:54:34.561916+00:00</updated>

            <summary>A simple term-rewriting interpreter that displays intermediate expressions.</summary>

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

        <entry>
            <title>cargo-klieo-2.2.0</title>

            <link href="/cargo-klieo/2.2.0/cargo_klieo/" />
            <id>urn:docs-rs:cargo-klieo:2.2.0</id>
            <updated>
            2026-06-18T17:54:33.385773+00:00</updated>

            <summary>Scaffolder for klieo-based agent projects. Run `cargo klieo new &#38;lt;name&#38;gt;`.</summary>

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

        <entry>
            <title>klieo-runlog-2.2.0</title>

            <link href="/klieo-runlog/2.2.0/klieo_runlog/" />
            <id>urn:docs-rs:klieo-runlog:2.2.0</id>
            <updated>
            2026-06-18T17:54:06.235517+00:00</updated>

            <summary>Tier 2 observability — RunLog aggregate + replay engine for klieo agents.</summary>

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

        <entry>
            <title>kana-converter-0.1.2</title>

            <link href="/kana-converter/0.1.2/kana_converter/" />
            <id>urn:docs-rs:kana-converter:0.1.2</id>
            <updated>
            2026-06-18T17:54:05.240044+00:00</updated>

            <summary>A simple converter for half-width/full-width Japanese language characters (katakana, hiragana, and ASCII)</summary>

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

        <entry>
            <title>preshrng-0.1.0</title>

            <link href="/preshrng/0.1.0/preshrng/" />
            <id>urn:docs-rs:preshrng:0.1.0</id>
            <updated>
            2026-06-18T17:54:05.098507+00:00</updated>

            <summary>A random number generator using Jeff Preshing&#38;apos;s algorithm</summary>

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

        <entry>
            <title>bus_writer-0.1.2</title>

            <link href="/bus_writer/0.1.2/bus_writer/" />
            <id>urn:docs-rs:bus_writer:0.1.2</id>
            <updated>
            2026-06-18T17:54:00.138267+00:00</updated>

            <summary>Single-reader, multi-writer &#38;amp; single-reader, multi-verifier; broadcasts reads to multiple writeable destinations in parallel</summary>

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

        <entry>
            <title>haptk-0.3.2</title>

            <link href="/haptk/0.3.2/haptk/" />
            <id>urn:docs-rs:haptk:0.3.2</id>
            <updated>
            2026-06-18T17:53:58.014186+00:00</updated>

            <summary>HAPTK - Haplotype analysis toolkit</summary>

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

        <entry>
            <title>klieo-a2a-2.2.0</title>

            <link href="/klieo-a2a/2.2.0/klieo_a2a/" />
            <id>urn:docs-rs:klieo-a2a:2.2.0</id>
            <updated>
            2026-06-18T17:53:55.666401+00:00</updated>

            <summary>Durable A2A v1.0 protocol layer atop klieo-bus traits.</summary>

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

        <entry>
            <title>bitpat-0.1.1</title>

            <link href="/bitpat/0.1.1/bitpat/" />
            <id>urn:docs-rs:bitpat:0.1.1</id>
            <updated>
            2026-06-18T17:53:53.682090+00:00</updated>

            <summary>Bit-level matching against values</summary>

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

        <entry>
            <title>klieo-bus-memory-2.2.0</title>

            <link href="/klieo-bus-memory/2.2.0/klieo_bus_memory/" />
            <id>urn:docs-rs:klieo-bus-memory:2.2.0</id>
            <updated>
            2026-06-18T17:53:48.590467+00:00</updated>

            <summary>In-process Pubsub / RequestReply / KvStore / JobQueue impls for klieo-core.</summary>

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

        <entry>
            <title>rsocks-2.2.2</title>

            <link href="/rsocks/2.2.2/rsocks/" />
            <id>urn:docs-rs:rsocks:2.2.2</id>
            <updated>
            2026-06-18T17:53:45.518379+00:00</updated>

            <summary>A super basic SOCKS5 proxy.</summary>

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

        <entry>
            <title>bubble-bath-0.2.1</title>

            <link href="/bubble-bath/0.2.1/bubble_bath/" />
            <id>urn:docs-rs:bubble-bath:0.2.1</id>
            <updated>
            2026-06-18T17:53:30.404717+00:00</updated>

            <summary>Small and quick HTML sanitizer</summary>

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

        <entry>
            <title>eu_vat_id-0.1.0</title>

            <link href="/eu_vat_id/0.1.0/eu_vat_id/" />
            <id>urn:docs-rs:eu_vat_id:0.1.0</id>
            <updated>
            2026-06-18T17:53:28.919361+00:00</updated>

            <summary>European Union VAT ID validation/verification</summary>

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

        <entry>
            <title>tokio-jsoncodec-0.1.0</title>

            <link href="/tokio-jsoncodec/0.1.0/tokio_jsoncodec/" />
            <id>urn:docs-rs:tokio-jsoncodec:0.1.0</id>
            <updated>
            2026-06-18T17:53:28.193812+00:00</updated>

            <summary>Integration between tokio-codec and serde_json</summary>

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

        <entry>
            <title>machine-ip-0.2.1</title>

            <link href="/machine-ip/0.2.1/machine_ip/" />
            <id>urn:docs-rs:machine-ip:0.2.1</id>
            <updated>
            2026-06-18T17:53:19.258714+00:00</updated>

            <summary>Get your machine&#38;apos;s local IP address.</summary>

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

        <entry>
            <title>clampf-0.1.1</title>

            <link href="/clampf/0.1.1/clampf/" />
            <id>urn:docs-rs:clampf:0.1.1</id>
            <updated>
            2026-06-18T17:53:18.481281+00:00</updated>

            <summary>Clamped floating-point types.</summary>

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

        <entry>
            <title>jawk-0.1.16</title>

            <link href="/jawk/0.1.16/jawk/" />
            <id>urn:docs-rs:jawk:0.1.16</id>
            <updated>
            2026-06-18T17:53:13.700932+00:00</updated>

            <summary>JSON AWK.</summary>

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

        <entry>
            <title>chan-0.1.23</title>

            <link href="/chan/0.1.23/chan/" />
            <id>urn:docs-rs:chan:0.1.23</id>
            <updated>
            2026-06-18T17:53:13.072461+00:00</updated>

            <summary>DEPRECATED. Use crossbeam-channel instead.</summary>

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

        <entry>
            <title>mop-solver-0.0.1</title>

            <link href="/mop-solver/0.0.1/mop_solver/" />
            <id>urn:docs-rs:mop-solver:0.0.1</id>
            <updated>
            2026-06-18T17:53:11.441746+00:00</updated>

            <summary>Common solver interface for MOP</summary>

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

        <entry>
            <title>rliron-0.0.6</title>

            <link href="/rliron/0.0.6/rliron/" />
            <id>urn:docs-rs:rliron:0.0.6</id>
            <updated>
            2026-06-18T17:53:07.756394+00:00</updated>

            <summary>a roguelike algorithm library</summary>

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

        <entry>
            <title>fst-map-0.1.0</title>

            <link href="/fst-map/0.1.0/fst_map/" />
            <id>urn:docs-rs:fst-map:0.1.0</id>
            <updated>
            2026-06-18T17:53:07.291273+00:00</updated>

            <summary>succinct map</summary>

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

        <entry>
            <title>okkhor-0.8.2</title>

            <link href="/okkhor/0.8.2/okkhor/" />
            <id>urn:docs-rs:okkhor:0.8.2</id>
            <updated>
            2026-06-18T17:53:03.108098+00:00</updated>

            <summary>A Rust library for English to Bangla phonetic conversion implementing the &#38;apos;Avro&#38;apos; rules</summary>

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

        <entry>
            <title>panty-0.8.4</title>

            <link href="/panty/0.8.4/panty/" />
            <id>urn:docs-rs:panty:0.8.4</id>
            <updated>
            2026-06-18T17:53:01.333149+00:00</updated>

            <summary>Fast gVim summoner</summary>

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

        <entry>
            <title>tsukurou_table-0.2.0</title>

            <link href="/tsukurou_table/0.2.0/table/" />
            <id>urn:docs-rs:tsukurou_table:0.2.0</id>
            <updated>
            2026-06-18T17:52:59.796566+00:00</updated>

            <summary>A specialized map for storing values of varying types.</summary>

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

        <entry>
            <title>new_type_derive-0.2.2</title>

            <link href="/new_type_derive/0.2.2/new_type_derive/" />
            <id>urn:docs-rs:new_type_derive:0.2.2</id>
            <updated>
            2026-06-18T17:52:58.893670+00:00</updated>

            <summary>Combat primitive obsession by easily creating strongly-typed wrappers and reference types</summary>

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

        <entry>
            <title>pmw3901-1.0.0</title>

            <link href="/pmw3901/1.0.0/pmw3901/" />
            <id>urn:docs-rs:pmw3901:1.0.0</id>
            <updated>
            2026-06-18T17:52:54.762913+00:00</updated>

            <summary>Library for the PMW3901 optical flow sensor.</summary>

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

        <entry>
            <title>rhineblock-0.1.0</title>

            <link href="/rhineblock/0.1.0/rhineblock/" />
            <id>urn:docs-rs:rhineblock:0.1.0</id>
            <updated>
            2026-06-18T17:52:52.673322+00:00</updated>

            <summary>A visible educational code editor core based on blocks of Rhine Lab</summary>

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

        <entry>
            <title>redis-cell-0.2.2</title>

            <link href="/redis-cell/0.2.2/redis_cell/" />
            <id>urn:docs-rs:redis-cell:0.2.2</id>
            <updated>
            2026-06-18T17:52:52.057013+00:00</updated>

            <summary>A Redis module that provides rate limiting in Redis as a single command.</summary>

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

        <entry>
            <title>llel-common-0.0.0</title>

            <link href="/llel-common/0.0.0/llel_common/" />
            <id>urn:docs-rs:llel-common:0.0.0</id>
            <updated>
            2026-06-18T17:52:48.802360+00:00</updated>

            <summary>Reserved crate name.</summary>

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

        <entry>
            <title>klieo-core-2.2.0</title>

            <link href="/klieo-core/2.2.0/klieo_core/" />
            <id>urn:docs-rs:klieo-core:2.2.0</id>
            <updated>
            2026-06-18T17:52:48.348371+00:00</updated>

            <summary>Core traits + runtime for the klieo agent framework.</summary>

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

        <entry>
            <title>llel-compile-0.0.0</title>

            <link href="/llel-compile/0.0.0/llel_compile/" />
            <id>urn:docs-rs:llel-compile:0.0.0</id>
            <updated>
            2026-06-18T17:52:47.924068+00:00</updated>

            <summary>Reserved crate name.</summary>

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

        <entry>
            <title>llel-deploy-0.0.0</title>

            <link href="/llel-deploy/0.0.0/llel_deploy/" />
            <id>urn:docs-rs:llel-deploy:0.0.0</id>
            <updated>
            2026-06-18T17:52:47.100726+00:00</updated>

            <summary>Reserved crate name.</summary>

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

        <entry>
            <title>klieo-auth-common-2.2.0</title>

            <link href="/klieo-auth-common/2.2.0/klieo_auth_common/" />
            <id>urn:docs-rs:klieo-auth-common:2.2.0</id>
            <updated>
            2026-06-18T17:52:45.262730+00:00</updated>

            <summary>Shared authentication traits and types for klieo HTTP transports</summary>

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

        <entry>
            <title>superswap-0.0.0</title>

            <link href="/superswap/0.0.0/superswap/" />
            <id>urn:docs-rs:superswap:0.0.0</id>
            <updated>
            2026-06-18T17:52:43.529872+00:00</updated>

            <summary>reserved for upcoming async runtime generics strategy</summary>

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

        <entry>
            <title>build_details-0.1.2</title>

            <link href="/build_details/0.1.2/build_details/" />
            <id>urn:docs-rs:build_details:0.1.2</id>
            <updated>
            2026-06-18T17:52:39.770171+00:00</updated>

            <summary>build.rs helper that provides build information at runtime</summary>

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

        <entry>
            <title>llel-provide-0.0.0</title>

            <link href="/llel-provide/0.0.0/llel_provide/" />
            <id>urn:docs-rs:llel-provide:0.0.0</id>
            <updated>
            2026-06-18T17:52:32.827986+00:00</updated>

            <summary>Reserved crate name.</summary>

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

        <entry>
            <title>svgcleaner-0.9.5</title>

            <link href="/svgcleaner/0.9.5/svgcleaner/" />
            <id>urn:docs-rs:svgcleaner:0.9.5</id>
            <updated>
            2026-06-18T17:52:28.269892+00:00</updated>

            <summary>svgcleaner could help you to clean up your SVG files from the unnecessary data.</summary>

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

        <entry>
            <title>llel-interpret-0.0.0</title>

            <link href="/llel-interpret/0.0.0/llel_interpret/" />
            <id>urn:docs-rs:llel-interpret:0.0.0</id>
            <updated>
            2026-06-18T17:52:26.358017+00:00</updated>

            <summary>Reserved crate name.</summary>

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

        <entry>
            <title>datavzrd-2.68.0</title>

            <link href="/crate/datavzrd/2.68.0" />
            <id>urn:docs-rs:datavzrd:2.68.0</id>
            <updated>
            2026-06-18T17:52:26.191576+00:00</updated>

            <summary>A tool to create visual HTML reports from collections of CSV/TSV tables</summary>

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

        <entry>
            <title>bitcoin-amount-0.1.4</title>

            <link href="/bitcoin-amount/0.1.4/bitcoin_amount/" />
            <id>urn:docs-rs:bitcoin-amount:0.1.4</id>
            <updated>
            2026-06-18T17:52:21.774451+00:00</updated>

            <summary>Safe manipulation of bitcoin amounts</summary>

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

        <entry>
            <title>bmemcached-0.5.0</title>

            <link href="/bmemcached/0.5.0/bmemcached/" />
            <id>urn:docs-rs:bmemcached:0.5.0</id>
            <updated>
            2026-06-18T17:52:20.146714+00:00</updated>

            <summary>Memcached binary protocol in pure rust with support for &#38;apos;pools&#38;apos; and consistent hashing. (For now minor versions will break API until v1 is released)</summary>

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

        <entry>
            <title>serde-email-3.2.0</title>

            <link href="/serde-email/3.2.0/serde_email/" />
            <id>urn:docs-rs:serde-email:3.2.0</id>
            <updated>
            2026-06-18T17:52:16.900062+00:00</updated>

            <summary>A validating email type that can be serialised using Serde</summary>

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

        <entry>
            <title>rustlearn-0.5.0</title>

            <link href="/rustlearn/0.5.0/rustlearn/" />
            <id>urn:docs-rs:rustlearn:0.5.0</id>
            <updated>
            2026-06-18T17:52:08.979855+00:00</updated>

            <summary>A machine learning package for Rust.</summary>

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

        <entry>
            <title>hwsim-0.0.0</title>

            <link href="/hwsim/0.0.0/hwsim/" />
            <id>urn:docs-rs:hwsim:0.0.0</id>
            <updated>
            2026-06-18T17:51:58.353781+00:00</updated>

            <summary>helper crate for hardware related task</summary>

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

        <entry>
            <title>radix-router-0.1.2</title>

            <link href="/radix-router/0.1.2/radix_router/" />
            <id>urn:docs-rs:radix-router:0.1.2</id>
            <updated>
            2026-06-18T17:51:54.469509+00:00</updated>

            <summary>Rust port of httprouter.</summary>

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

        <entry>
            <title>retro-pixel-0.3.2</title>

            <link href="/retro-pixel/0.3.2/retro_pixel/" />
            <id>urn:docs-rs:retro-pixel:0.3.2</id>
            <updated>
            2026-06-18T17:51:53.069597+00:00</updated>

            <summary>Bitmaps types for getting that retro visual.</summary>

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

        <entry>
            <title>float_fast_print-0.1.2</title>

            <link href="/float_fast_print/0.1.2/float_fast_print/" />
            <id>urn:docs-rs:float_fast_print:0.1.2</id>
            <updated>
            2026-06-18T17:51:48.310781+00:00</updated>

            <summary>Fast float-to-string conversion based on the Ryū algorithm by Ulf Adams.</summary>

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

        <entry>
            <title>rhineai-0.1.0</title>

            <link href="/rhineai/0.1.0/rhineai/" />
            <id>urn:docs-rs:rhineai:0.1.0</id>
            <updated>
            2026-06-18T17:51:45.574181+00:00</updated>

            <summary>machine learning modules of Rhine Lab</summary>

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

        <entry>
            <title>force_remove-0.1.1</title>

            <link href="/force_remove/0.1.1/force_remove/" />
            <id>urn:docs-rs:force_remove:0.1.1</id>
            <updated>
            2026-06-18T17:51:44.527267+00:00</updated>

            <summary>Adds functions to delete readonly files and directories.</summary>

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

        <entry>
            <title>and-then2-0.1.1</title>

            <link href="/and-then2/0.1.1/and_then2/" />
            <id>urn:docs-rs:and-then2:0.1.1</id>
            <updated>
            2026-06-18T17:51:42.065218+00:00</updated>

            <summary>An alternative to a traditional `Future::and_then` combinator</summary>

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

        <entry>
            <title>ebpf-0.0.4</title>

            <link href="/ebpf/0.0.4/ebpf/" />
            <id>urn:docs-rs:ebpf:0.0.4</id>
            <updated>
            2026-06-18T17:51:40.522111+00:00</updated>

            <summary>Linux extended BPF access</summary>

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

        <entry>
            <title>java-0.1.0</title>

            <link href="/java/0.1.0/java/" />
            <id>urn:docs-rs:java:0.1.0</id>
            <updated>
            2026-06-18T17:51:37.305719+00:00</updated>

            <summary>A package with Java class wrappers generated using rust-jni-generator crate.</summary>

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

        <entry>
            <title>tsukurou_core-0.0.1</title>

            <link href="/tsukurou_core/0.0.1/tsukurou_core/" />
            <id>urn:docs-rs:tsukurou_core:0.0.1</id>
            <updated>
            2026-06-18T17:51:34.573037+00:00</updated>

            <summary>Rust translation of the official Tsukurou! Specification.</summary>

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

        <entry>
            <title>durations-0.1.1</title>

            <link href="/durations/0.1.1/durations/" />
            <id>urn:docs-rs:durations:0.1.1</id>
            <updated>
            2026-06-18T17:51:30.577817+00:00</updated>

            <summary>Duration constants</summary>

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

        <entry>
            <title>rust-jni-0.1.0</title>

            <link href="/rust-jni/0.1.0/rust_jni/" />
            <id>urn:docs-rs:rust-jni:0.1.0</id>
            <updated>
            2026-06-18T17:51:28.811974+00:00</updated>

            <summary>A package for easy Java interop</summary>

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

        <entry>
            <title>cluproccmdline-0.1.5</title>

            <link href="/cluproccmdline/0.1.5/cluproccmdline/" />
            <id>urn:docs-rs:cluproccmdline:0.1.5</id>
            <updated>
            2026-06-18T17:51:26.021924+00:00</updated>

            <summary>Fast secure parsing /proc/cmdline.</summary>

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

        <entry>
            <title>lib2048-0.0.2</title>

            <link href="/lib2048/0.0.2/lib2048/" />
            <id>urn:docs-rs:lib2048:0.0.2</id>
            <updated>
            2026-06-18T17:51:20.408402+00:00</updated>

            <summary>An abstract 2018 game backend in Rust</summary>

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

        <entry>
            <title>staccato-0.1.9</title>

            <link href="/staccato/0.1.9/staccato/" />
            <id>urn:docs-rs:staccato:0.1.9</id>
            <updated>
            2026-06-18T17:51:18.277473+00:00</updated>

            <summary>Statistics from the command line</summary>

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

        <entry>
            <title>rustic_gl-0.3.2</title>

            <link href="/rustic_gl/0.3.2/rustic_gl/" />
            <id>urn:docs-rs:rustic_gl:0.3.2</id>
            <updated>
            2026-06-18T17:51:14.742505+00:00</updated>

            <summary>Utilities for working with OpenGL directly</summary>

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

        <entry>
            <title>oflow-0.1.0</title>

            <link href="/oflow/0.1.0/oflow/" />
            <id>urn:docs-rs:oflow:0.1.0</id>
            <updated>
            2026-06-18T17:51:11.386145+00:00</updated>

            <summary>A 3d engine of Rhine Lab</summary>

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

        <entry>
            <title>gou-0.1.4</title>

            <link href="/gou/0.1.4/gou/" />
            <id>urn:docs-rs:gou:0.1.4</id>
            <updated>
            2026-06-18T17:51:07.631531+00:00</updated>

            <summary>EMPTY CRATE</summary>

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

        <entry>
            <title>pyrate-0.1.0</title>

            <link href="/pyrate/0.1.0/pyrate/" />
            <id>urn:docs-rs:pyrate:0.1.0</id>
            <updated>
            2026-06-18T17:51:07.547792+00:00</updated>

            <summary>A cargo python extension in the making</summary>

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

        <entry>
            <title>kansas-0.1.0</title>

            <link href="/kansas/0.1.0/kansas/" />
            <id>urn:docs-rs:kansas:0.1.0</id>
            <updated>
            2026-06-18T17:51:03.004372+00:00</updated>

            <summary>A 2d drawing + event handling api.</summary>

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

        <entry>
            <title>puu-installer-0.2.13</title>

            <link href="/crate/puu-installer/0.2.13" />
            <id>urn:docs-rs:puu-installer:0.2.13</id>
            <updated>
            2026-06-18T17:50:54.149820+00:00</updated>

            <summary>Standalone installer for bootc-based OSs</summary>

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

        <entry>
            <title>freshet-0.1.0</title>

            <link href="/freshet/0.1.0/freshet/" />
            <id>urn:docs-rs:freshet:0.1.0</id>
            <updated>
            2026-06-18T17:50:52.906790+00:00</updated>

            <summary>Resumable, permissionless, sharded MapReduce over Solana accounts (framework-agnostic core)</summary>

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

        <entry>
            <title>stdnet-0.0.0</title>

            <link href="/stdnet/0.0.0/stdnet/" />
            <id>urn:docs-rs:stdnet:0.0.0</id>
            <updated>
            2026-06-18T17:50:47.872459+00:00</updated>

            <summary>Shameless squat of the crate name for wg-net, idea is to capture network primitives in a standard place.</summary>

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

        <entry>
            <title>eight-segment-0.1.0</title>

            <link href="/eight-segment/0.1.0/eight_segment/" />
            <id>urn:docs-rs:eight-segment:0.1.0</id>
            <updated>
            2026-06-18T17:50:46.390348+00:00</updated>

            <summary>Control 8-segment hex single-digit displays</summary>

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

        <entry>
            <title>onesignal-rust-api-5.7.0</title>

            <link href="/onesignal-rust-api/5.7.0/onesignal_rust_api/" />
            <id>urn:docs-rs:onesignal-rust-api:5.7.0</id>
            <updated>
            2026-06-18T17:50:43.912129+00:00</updated>

            <summary>A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com</summary>

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

        <entry>
            <title>zoi-rs-1.18.6</title>

            <link href="/zoi-rs/1.18.6/zoi/" />
            <id>urn:docs-rs:zoi-rs:1.18.6</id>
            <updated>
            2026-06-18T17:50:42.958803+00:00</updated>

            <summary>Advanced Package Manager &#38;amp; Environment Orchestrator</summary>

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

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

            <link href="/backtrace-parser/0.1.0/backtrace_parser/" />
            <id>urn:docs-rs:backtrace-parser:0.1.0</id>
            <updated>
            2026-06-18T17:50:40.095897+00:00</updated>

            <summary>A zero-copy parser for Rust backtraces.</summary>

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

        <entry>
            <title>plumtree-0.1.1</title>

            <link href="/plumtree/0.1.1/plumtree/" />
            <id>urn:docs-rs:plumtree:0.1.1</id>
            <updated>
            2026-06-18T17:50:31.346022+00:00</updated>

            <summary>A Rust implementation of Plumtree algorithm</summary>

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

        <entry>
            <title>wasm-bindgen-test-project-builder-0.2.15</title>

            <link href="/wasm-bindgen-test-project-builder/0.2.15/wasm_bindgen_test_project_builder/" />
            <id>urn:docs-rs:wasm-bindgen-test-project-builder:0.2.15</id>
            <updated>
            2026-06-18T17:50:21.957965+00:00</updated>

            <summary>Internal test support for wasm-bindgen
</summary>

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

        <entry>
            <title>copilot-api-1.12.5</title>

            <link href="/copilot-api/1.12.5/copilot_api/" />
            <id>urn:docs-rs:copilot-api:1.12.5</id>
            <updated>
            2026-06-18T17:50:04.426537+00:00</updated>

            <summary>OpenAI and Anthropic-compatible gateway for GitHub Copilot or Codex or third-party providers (Rust port).</summary>

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

        <entry>
            <title>panproto-repl-0.56.1</title>

            <link href="/panproto-repl/0.56.1/panproto_repl/" />
            <id>urn:docs-rs:panproto-repl:0.56.1</id>
            <updated>
            2026-06-18T17:49:38.515896+00:00</updated>

            <summary>REPL engine for panproto theories, terms, and morphisms. Front-end (with line editor and syntax highlighting) lives in panproto-cli&#38;apos;s `schema theory repl` subcommand.</summary>

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

        <entry>
            <title>louds-0.1.1</title>

            <link href="/louds/0.1.1/louds/" />
            <id>urn:docs-rs:louds:0.1.1</id>
            <updated>
            2026-06-18T17:49:12.253145+00:00</updated>

            <summary>LOUDS implementation for Rust</summary>

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

        <entry>
            <title>polish_notation-0.1.0</title>

            <link href="/polish_notation/0.1.0/polish_notation/" />
            <id>urn:docs-rs:polish_notation:0.1.0</id>
            <updated>
            2026-06-18T17:49:11.653420+00:00</updated>

            <summary>Macros for polish notation and reverse polish notation math</summary>

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

        <entry>
            <title>try_transform_mut-0.1.1</title>

            <link href="/try_transform_mut/0.1.1/try_transform_mut/" />
            <id>urn:docs-rs:try_transform_mut:0.1.1</id>
            <updated>
            2026-06-18T17:49:04.154969+00:00</updated>

            <summary>Deprecated.</summary>

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

        <entry>
            <title>rdf-0.1.4</title>

            <link href="/rdf/0.1.4/rdf/" />
            <id>urn:docs-rs:rdf:0.1.4</id>
            <updated>
            2026-06-18T17:49:01.888555+00:00</updated>

            <summary>rdf is a library for the Resource Description Framework (RDF) and SPARQL implemented in Rust.
</summary>

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

        <entry>
            <title>rhi-0.1.0</title>

            <link href="/rhi/0.1.0/rhi/" />
            <id>urn:docs-rs:rhi:0.1.0</id>
            <updated>
            2026-06-18T17:48:57.618677+00:00</updated>

            <summary>A command tool of Rhine Lab</summary>

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

        <entry>
            <title>namable_closures-0.2.4</title>

            <link href="/namable_closures/0.2.4/namable_closures/" />
            <id>urn:docs-rs:namable_closures:0.2.4</id>
            <updated>
            2026-06-18T17:48:56.276669+00:00</updated>

            <summary>Provides types and macros to create namable closure types</summary>

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

        <entry>
            <title>tcurses-0.1.2</title>

            <link href="/tcurses/0.1.2/tcurses/" />
            <id>urn:docs-rs:tcurses:0.1.2</id>
            <updated>
            2026-06-18T17:48:53.185572+00:00</updated>

            <summary>a binding for ncurses</summary>

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

        <entry>
            <title>panproto-git-remote-0.56.1</title>

            <link href="/crate/panproto-git-remote/0.56.1" />
            <id>urn:docs-rs:panproto-git-remote:0.56.1</id>
            <updated>
            2026-06-18T17:48:47.423320+00:00</updated>

            <summary>Git remote helper for panproto:// URLs (enables git push/pull/clone via panproto)</summary>

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

        <entry>
            <title>panproto-cli-0.56.1</title>

            <link href="/crate/panproto-cli/0.56.1" />
            <id>urn:docs-rs:panproto-cli:0.56.1</id>
            <updated>
            2026-06-18T17:48:47.354036+00:00</updated>

            <summary>Schematic version control CLI for panproto</summary>

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

        <entry>
            <title>panproto-wasm-0.56.1</title>

            <link href="/panproto-wasm/0.56.1/panproto_wasm/" />
            <id>urn:docs-rs:panproto-wasm:0.56.1</id>
            <updated>
            2026-06-18T17:48:40.457228+00:00</updated>

            <summary>WASM bindings for panproto</summary>

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

        <entry>
            <title>quixotic-plecostomus-lru-0.8.2</title>

            <link href="/quixotic-plecostomus-lru/0.8.2/pingora_lru/" />
            <id>urn:docs-rs:quixotic-plecostomus-lru:0.8.2</id>
            <updated>
            2026-06-18T17:48:34.485138+00:00</updated>

            <summary>LRU cache that focuses on memory efficiency, concurrency and persistence.
</summary>

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

        <entry>
            <title>quixotic-plecostomus-boringssl-0.8.2</title>

            <link href="/quixotic-plecostomus-boringssl/0.8.2/pingora_boringssl/" />
            <id>urn:docs-rs:quixotic-plecostomus-boringssl:0.8.2</id>
            <updated>
            2026-06-18T17:48:33.342764+00:00</updated>

            <summary>BoringSSL async APIs for Pingora.
</summary>

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

        <entry>
            <title>quixotic-plecostomus-limits-0.8.2</title>

            <link href="/quixotic-plecostomus-limits/0.8.2/pingora_limits/" />
            <id>urn:docs-rs:quixotic-plecostomus-limits:0.8.2</id>
            <updated>
            2026-06-18T17:48:26.877385+00:00</updated>

            <summary>A library for rate limiting and event frequency estimation</summary>

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

        <entry>
            <title>volas-1.2.0</title>

            <link href="/volas/1.2.0/volas/" />
            <id>urn:docs-rs:volas:1.2.0</id>
            <updated>
            2026-06-18T17:48:22.578243+00:00</updated>

            <summary>Rust-backed, OHLCV-shaped DataFrame with a technical-indicator directive engine</summary>

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

        <entry>
            <title>quixotic-plecostomus-ketama-0.8.2</title>

            <link href="/quixotic-plecostomus-ketama/0.8.2/pingora_ketama/" />
            <id>urn:docs-rs:quixotic-plecostomus-ketama:0.8.2</id>
            <updated>
            2026-06-18T17:48:18.555080+00:00</updated>

            <summary>Rust port of the nginx consistent hash function</summary>

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

        <entry>
            <title>quixotic-plecostomus-error-0.8.2</title>

            <link href="/quixotic-plecostomus-error/0.8.2/pingora_error/" />
            <id>urn:docs-rs:quixotic-plecostomus-error:0.8.2</id>
            <updated>
            2026-06-18T17:48:13.187016+00:00</updated>

            <summary>Error types and error handling APIs for Pingora.
</summary>

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

        <entry>
            <title>volas-io-1.2.0</title>

            <link href="/volas-io/1.2.0/volas_io/" />
            <id>urn:docs-rs:volas-io:1.2.0</id>
            <updated>
            2026-06-18T17:48:09.345806+00:00</updated>

            <summary>File readers (CSV) for volas</summary>

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

        <entry>
            <title>volas-directive-1.2.0</title>

            <link href="/volas-directive/1.2.0/volas_directive/" />
            <id>urn:docs-rs:volas-directive:1.2.0</id>
            <updated>
            2026-06-18T17:48:08.880471+00:00</updated>

            <summary>The volas directive engine: parser, AST, and executor</summary>

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

        <entry>
            <title>volas-time-1.2.0</title>

            <link href="/volas-time/1.2.0/volas_time/" />
            <id>urn:docs-rs:volas-time:1.2.0</id>
            <updated>
            2026-06-18T17:48:08.447388+00:00</updated>

            <summary>Time-frame cumulation (OHLCV resampling) for volas</summary>

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

        <entry>
            <title>volas-compute-1.2.0</title>

            <link href="/volas-compute/1.2.0/volas_compute/" />
            <id>urn:docs-rs:volas-compute:1.2.0</id>
            <updated>
            2026-06-18T17:47:59.071956+00:00</updated>

            <summary>Numeric kernels and technical indicators for volas (pure functions over slices)</summary>

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

        <entry>
            <title>volas-arrow-1.2.0</title>

            <link href="/volas-arrow/1.2.0/volas_arrow/" />
            <id>urn:docs-rs:volas-arrow:1.2.0</id>
            <updated>
            2026-06-18T17:47:55.780119+00:00</updated>

            <summary>Zero-copy Arrow C-Data bridge for volas columns</summary>

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

        <entry>
            <title>java-manager-0.3.0</title>

            <link href="/java-manager/0.3.0/java_manager/" />
            <id>urn:docs-rs:java-manager:0.3.0</id>
            <updated>
            2026-06-18T17:47:55.082331+00:00</updated>

            <summary>A Rust library for managing and locating Java installations</summary>

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

        <entry>
            <title>panproto-git-0.56.1</title>

            <link href="/panproto-git/0.56.1/panproto_git/" />
            <id>urn:docs-rs:panproto-git:0.56.1</id>
            <updated>
            2026-06-18T17:47:47.232124+00:00</updated>

            <summary>Bidirectional git ↔ panproto-vcs translation bridge</summary>

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

        <entry>
            <title>volas-core-1.2.0</title>

            <link href="/volas-core/1.2.0/volas_core/" />
            <id>urn:docs-rs:volas-core:1.2.0</id>
            <updated>
            2026-06-18T17:47:46.438947+00:00</updated>

            <summary>Pure-Rust data model for volas: DataFrame / Series / Index</summary>

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

        <entry>
            <title>panproto-core-0.56.1</title>

            <link href="/panproto-core/0.56.1/panproto_core/" />
            <id>urn:docs-rs:panproto-core:0.56.1</id>
            <updated>
            2026-06-18T17:47:38.232474+00:00</updated>

            <summary>Core re-export facade for panproto</summary>

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

        <entry>
            <title>panproto-project-0.56.1</title>

            <link href="/panproto-project/0.56.1/panproto_project/" />
            <id>urn:docs-rs:panproto-project:0.56.1</id>
            <updated>
            2026-06-18T17:47:31.787231+00:00</updated>

            <summary>Multi-file project assembly via schema coproduct for panproto</summary>

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

        <entry>
            <title>panproto-xrpc-0.56.1</title>

            <link href="/panproto-xrpc/0.56.1/panproto_xrpc/" />
            <id>urn:docs-rs:panproto-xrpc:0.56.1</id>
            <updated>
            2026-06-18T17:47:25.591772+00:00</updated>

            <summary>XRPC client for cospan node VCS operations</summary>

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

        <entry>
            <title>panproto-vcs-0.56.1</title>

            <link href="/panproto-vcs/0.56.1/panproto_vcs/" />
            <id>urn:docs-rs:panproto-vcs:0.56.1</id>
            <updated>
            2026-06-18T17:47:16.634612+00:00</updated>

            <summary>Schematic version control for panproto — git-like VCS for schema evolution</summary>

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

        <entry>
            <title>panproto-theory-dsl-0.56.1</title>

            <link href="/panproto-theory-dsl/0.56.1/panproto_theory_dsl/" />
            <id>urn:docs-rs:panproto-theory-dsl:0.56.1</id>
            <updated>
            2026-06-18T17:47:13.537389+00:00</updated>

            <summary>Declarative theory DSL for panproto with Nickel, JSON, and YAML support</summary>

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

        <entry>
            <title>panproto-io-0.56.1</title>

            <link href="/panproto-io/0.56.1/panproto_io/" />
            <id>urn:docs-rs:panproto-io:0.56.1</id>
            <updated>
            2026-06-18T17:47:08.496755+00:00</updated>

            <summary>Instance-level presentation functors for panproto — blazingly fast parse/emit for 77 protocols</summary>

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

        <entry>
            <title>oraclemcp-0.3.0</title>

            <link href="/oraclemcp/0.3.0/oraclemcp/" />
            <id>urn:docs-rs:oraclemcp:0.3.0</id>
            <updated>
            2026-06-18T17:46:58.479667+00:00</updated>

            <summary>Engine-free, safe-by-default Oracle Database MCP server with a fail-closed SQL guard (independent open-source project).</summary>

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

        <entry>
            <title>panproto-llvm-0.56.1</title>

            <link href="/panproto-llvm/0.56.1/panproto_llvm/" />
            <id>urn:docs-rs:panproto-llvm:0.56.1</id>
            <updated>
            2026-06-18T17:46:56.271931+00:00</updated>

            <summary>LLVM IR protocol definition and lowering morphisms for panproto</summary>

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

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

            <link href="/oraclemcp-core/0.3.0/oraclemcp_core/" />
            <id>urn:docs-rs:oraclemcp-core:0.3.0</id>
            <updated>
            2026-06-18T17:46:48.671684+00:00</updated>

            <summary>MCP protocol surface, Tool/ToolRegistry contract and capabilities for the oraclemcp server.</summary>

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

        <entry>
            <title>panproto-jit-0.56.1</title>

            <link href="/panproto-jit/0.56.1/panproto_jit/" />
            <id>urn:docs-rs:panproto-jit:0.56.1</id>
            <updated>
            2026-06-18T17:46:40.112700+00:00</updated>

            <summary>LLVM JIT compilation of panproto expressions for accelerated data migration</summary>

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

        <entry>
            <title>panproto-lens-dsl-0.56.1</title>

            <link href="/panproto-lens-dsl/0.56.1/panproto_lens_dsl/" />
            <id>urn:docs-rs:panproto-lens-dsl:0.56.1</id>
            <updated>
            2026-06-18T17:46:27.714990+00:00</updated>

            <summary>Declarative lens DSL for panproto with Nickel, JSON, and YAML support</summary>

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

        <entry>
            <title>vv_playstation-0.0.1</title>

            <link href="/vv_playstation/0.0.1/vv_playstation/" />
            <id>urn:docs-rs:vv_playstation:0.0.1</id>
            <updated>
            2026-06-18T17:46:01.584151+00:00</updated>

            <summary>This crate is reserved for the vv engine project</summary>

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

        <entry>
            <title>panproto-check-0.56.1</title>

            <link href="/panproto-check/0.56.1/panproto_check/" />
            <id>urn:docs-rs:panproto-check:0.56.1</id>
            <updated>
            2026-06-18T17:45:55.053897+00:00</updated>

            <summary>Breaking change detection for panproto</summary>

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

        <entry>
            <title>panproto-parse-0.56.1</title>

            <link href="/panproto-parse/0.56.1/panproto_parse/" />
            <id>urn:docs-rs:panproto-parse:0.56.1</id>
            <updated>
            2026-06-18T17:45:31.647520+00:00</updated>

            <summary>Tree-sitter full-AST parsers and emitters for panproto language protocols</summary>

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

        <entry>
            <title>oraclemcp-db-0.3.0</title>

            <link href="/oraclemcp-db/0.3.0/oraclemcp_db/" />
            <id>urn:docs-rs:oraclemcp-db:0.3.0</id>
            <updated>
            2026-06-18T17:45:17.758462+00:00</updated>

            <summary>Oracle connectivity, pooling, session leases and the type/NLS serializer for oraclemcp.</summary>

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

        <entry>
            <title>panproto-lens-0.56.1</title>

            <link href="/panproto-lens/0.56.1/panproto_lens/" />
            <id>urn:docs-rs:panproto-lens:0.56.1</id>
            <updated>
            2026-06-18T17:45:03.512043+00:00</updated>

            <summary>Bidirectional lens combinators for panproto</summary>

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

        <entry>
            <title>panproto-mig-0.56.1</title>

            <link href="/panproto-mig/0.56.1/panproto_mig/" />
            <id>urn:docs-rs:panproto-mig:0.56.1</id>
            <updated>
            2026-06-18T17:44:53.922901+00:00</updated>

            <summary>Migration engine for panproto</summary>

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

        <entry>
            <title>panproto-protocols-0.56.1</title>

            <link href="/panproto-protocols/0.56.1/panproto_protocols/" />
            <id>urn:docs-rs:panproto-protocols:0.56.1</id>
            <updated>
            2026-06-18T17:44:53.269088+00:00</updated>

            <summary>Built-in protocol definitions for panproto</summary>

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