rustcastai 0.2.1

Wrapper around the Recast.AI API
Documentation

Rustcastai

Unofficial Recast.AI SDK in Rust

Synopsis

This module is a wrapper around the Recast.AI API, and allows you to:

  • analyze your text / audio file
  • build a bot

Getting started

If you're using Cargo, just add Rustcastai to your Cargo.toml:

[dependencies.rustcastai]
version = "0.2.0"

Documentatieon

-- Coming soon --