aidapter 0.0.2

Unified AI provider adapter for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "aidapter"
version = "0.0.2"
authors = ["fn-a <mr.fna.co@gmail.com>"]
edition = "2024"
repository = "https://github.com/fn-a/aidapter"
description = "Unified AI provider adapter for Rust"
license = "MIT"

[dependencies]
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
chrono = "^0.4"