Documentation Index
Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Rust SDK
The Rust SDK is for async, performance-sensitive services that still want the Datastream contract to look like Datastream, not like a bespoke Rust dialect.
Status
Bootstrap client
A starter Rust client is available in
packages/sdk-rust.Async-first
Built around
reqwest and serde for async service workloads.REST parity
It mirrors the canonical API so freshness, provenance, and materialization stay visible.
Recommended setup
Add the client
Bring the Rust package into your service and set the Datastream API key through the environment.
Example
Smoke path
Read next
API Reference
Open the underlying REST calls for exact request and response details.
Libraries & SDKs
Compare the Rust surface with the other runtime options.