From a1dcce8d0025d5574cdd4cea25671104010c03dd Mon Sep 17 00:00:00 2001 From: george Date: Fri, 17 Jan 2025 10:30:49 +0800 Subject: [PATCH] add rust as experiment --- docs/swarms/install/install.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/swarms/install/install.md b/docs/swarms/install/install.md index 0920d08de..8bdc8355b 100644 --- a/docs/swarms/install/install.md +++ b/docs/swarms/install/install.md @@ -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 git@github.com:georgesheth/swarms-rust.git + # cargo new your project and update Cargo.toml + cargo build + cargo run + ``` \ No newline at end of file