DeepSeek Rust Client
A Rust client library for the DeepSeek API.
Features
- Fully async Rust implementation with
tokio - Type-safe chat completions API
- Ergonomic builder pattern for requests
- Comprehensive error handling using Rust's
Resulttype - First-class
serdeserialization support
Installation
Add this to your Cargo.toml:
[]
= "0.1.2"
Usage
Here's a basic example of how to use the DeepSeek Rust client:
use Client;
async
Documentation
For more detailed information, please refer to the API documentation.
License
This project is licensed under the MIT License.