rustcastai 0.1.0

Wrapper around the Recast.AI API
docs.rs failed to build rustcastai-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rustcastai-0.2.2

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.1.0"

Documentatieon

-- Coming soon --