Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/swarms/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,16 @@ Before you begin, ensure you have the following installed:
```bash
npm install swarms-js
```

## Rust

=== "Cargo install (Work in Progress)"

Get started with the cargo crate implementation of Swarms:

```bash
git clone [email protected]:georgesheth/swarms-rust.git
# cargo new your project and update Cargo.toml
cargo build
cargo run
```