-
-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b847359
commit a1dcce8
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` |