claude-rs

Crates.ioclaude-rs
lib.rsclaude-rs
version0.1.0
sourcesrc
created_at2023-11-03 13:09:42.31477
updated_at2023-11-03 13:09:42.31477
descriptionClaude AI-API ( Unofficial ) written in Rust
homepage
repositoryhttps://github.com/bitbytelabio/claude-rs
max_upload_size
id1024077
size65,402
Jason Nguyen (nguyenthdat)

documentation

README

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 documentation[https://claude.ai/docs] for more information on how to use Claude AI.

Commit count: 18

cargo fmt