aimw 0.0.0

A runtime-independent Rust Library for your favorite AI Services like OpenAI.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tsunrise

(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.