1 unstable release

0.1.0 Nov 3, 2023

#469 in Machine learning

MIT license

23KB
261 lines

Claude AI - Rust ( Unofficial )

This project provides an unofficial API for Claude AI, allowing users to access and interact with Claude AI written in Rust. Inspired by Claude-API

Installation

Create a Cargo.toml file as example bellow:

[package]
name = "example"
version = "0.1.0"
edition = "2021"

[dependencies]
claude-rs = { git = "https://github.com/bitbytelabio/claude-rs.git" }

Usage

Disclaimer

This project provides an unofficial API for Claude AI and is not affiliated with or endorsed by Claude AI or Anthropic. Use it at your own risk.

Please refer to the official Claude AI documentationhttps://claude.ai/docs for more information on how to use Claude AI.

Dependencies

~9–25MB
~357K SLoC