> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lasersell.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Rust SDK

> LaserSell Rust SDKのインストール、設定、async/.awaitによるトランザクション構築とポジションストリーミング。

Rust SDKの完全なインストール手順、モジュール一覧、APIクライアント使用法、Exit Intelligence Streamセッション、流動性スナップショット、トランザクションヘルパー、エラー処理については、[英語版ドキュメント](/api/sdk/rust)を参照してください。

## インストール

```bash theme={null}
cargo add lasersell-sdk
cargo add tokio --features full
```

完全な動作例については[クイックスタート](/api/quickstart)を参照してください。
