docs.rs failed to build deepstore-client-1.0.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
deepstore-client-1.1.2
DeepStore Rust Client
High-level client for DeepStore that orchestrates control plane and data plane calls. Mirrors the TypeScript @deepstore/client package but uses auto-generated Rust SDKs.
Architecture
DeepstoreClient
├─ Control Plane (deepstore-server-client)
│ └─ List splits, SSE streaming
└─ Data Plane (deepstore-agent-client via auth proxy)
└─ Search, draft documents
Usage
use ;
use Utc;
async