# 6.6 Rust SDK

The Rust SDK for Fuel can be used for a variety of things, including but not limited to:\
Fuel 的 Rust SDK 可用于多种用途，包括但不限于：

* Deploying, and testing Sway contracts\
  部署和测试 Sway 合约
* Launching a local Fuel network\
  启动本地Fuel网络
* Crafting and signing transactions with hand-crafted scripts or contract calls\
  使用手工制作的脚本或合约调用来制作和签署交易
* Generating type-safe Rust bindings of contract methods\
  生成方法类型安全的 Rust 绑定合约

Getting started with the Rust SDK:\
开始使用 Rust SDK：

* [Rust SDK Docs](https://fuellabs.github.io/fuels-rs/latest/)\
  [Rust SDK 文档](https://fuelabs.github.io/fuels-rs/latest/)
* [Rust SDK repo](https://github.com/FuelLabs/fuels-rs)\
  [Rust SDK repo](https://github.com/FuelLabs/fuels-rs)

### 需要帮助？

前往 [Fuel discord](https://discord.com/invite/fuelnetwork) 或 [Fuel 论坛](https://forum.fuel.network/) 寻求团队的帮助。
