aimw

Crates.ioaimw
lib.rsaimw
version0.0.0
sourcesrc
created_at2023-12-26 08:00:25.088058
updated_at2023-12-26 08:00:25.088058
descriptionA runtime-independent Rust Library for your favorite AI Services like OpenAI.
homepage
repository
max_upload_size
id1080704
size1,749
Tom Shen (tsunrise)

documentation

README

(WIP) AIMW: AI Middleware

A runtime-independent Rust Library for your favorite AI services like OpenAI.

There is already a Rust Library for OpenAI, why another one?

This crate does not contain a runtime. Instead, it is designed to be used with any runtime like tokio, async-std, js-sys, reqwest, etc. The runtime is abstrated as an async trait.

WIP

This crate is in its early development. The version 0.0.0 is used to reserve the name on crates.io.

Commit count: 0

cargo fmt