# 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](https://github.com/KoushikNavuluri/Claude-API/tree/main) ## Installation Create a Cargo.toml file as example bellow: ```toml [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.