Crates.io | claude-rs |
lib.rs | claude-rs |
version | 0.1.0 |
source | src |
created_at | 2023-11-03 13:09:42.31477 |
updated_at | 2023-11-03 13:09:42.31477 |
description | Claude AI-API ( Unofficial ) written in Rust |
homepage | |
repository | https://github.com/bitbytelabio/claude-rs |
max_upload_size | |
id | 1024077 |
size | 65,402 |
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
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" }
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 documentation[https://claude.ai/docs] for more information on how to use Claude AI.