ai-sdk 0.0.1

A modular and composable AI SDK built in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# AI SDK

A modular and composable AI SDK built in Rust.

## Installation

Add this to your `Cargo.toml`:

```toml
[dependencies]
ai-sdk = "0.0.1"
```

## License

MIT