DeepSeek Rust Client
A Rust client library for the DeepSeek API.
Features
- Chat completions API support
- Builder pattern for request configuration
- Type-safe API parameters
- Async/await support
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
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.