typesafe-sdk-rust (zchee)
Unofficial async Rust SDK for the TypeSafe AI System One API: typed questions via #[derive(QuestionSet)], a port of typesafe-sdk-python.
How it uses Jev
An async Rust client for the TypeSafe AI API: the System One endpoint ( POST /v1/systemone ), which answers named questions about a state, and the model listing ( GET /v1/models ). It is a port of the official Python SDK, typesafe-sdk-python 0.7.1 (commit 0ffd094 ); the places where it behaves differently on purpose are listed under Deviations from the Python SDK.
Getting started
A call asks a set of named questions about a state. The set is validated and serialized once by Questions::prepare , and the resulting PreparedQuestions is reused by every call that asks it.
- Language
- Rust 100%
- License
- Apache-2.0
- Latest release
- typesafe-sdk-rust 0.2.0
- Last activity
- Sep 2026
- Added
- 2026-09-23
- Stars at snapshot
- 1
- Status
- Community listing
Source: community catalog. Details and metrics reflect the published community snapshot and are not a performance endorsement. Documentation details extracted from GitHub · the README · the project website.