Skip to content

Commit

Permalink
add rust as experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesheth committed Jan 17, 2025
1 parent b847359 commit a1dcce8
Showing 1 changed file with 13 additions and 0 deletions.
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
```

0 comments on commit a1dcce8

Please sign in to comment.