# mind-sdk-io-rust
`mind_sdk_io` is a **Native Rust SDK** by [Mind Network](https://www.mindnetwork.xyz/).
[](https://crates.io/crates/mind_sdk_io)
[](https://docs.rs/mind_sdk_io)
[](./LICENSE)
[](https://github.com/mind-network/mind-sdk-io-rust)
[](https://github.com/mind-network/mind-sdk-io-rust)
## Helping Utility Function
- error handle
- error type
- file io
- json
- log
- str
## Quick Start
**TFHE-rs-v1.0.0** marks the first official stable release, see more details [here](https://github.com/zama-ai/tfhe-rs/releases/tag/tfhe-rs-1.0.0).
**Rustc-v1.84.0** is required to compile TFHE-rs v1.0.0. You can upgrade rustc like `rustup update stable`.
### Install
```toml
[dependencies]
mind_sdk_io = "*
```
### Run
```bash
cargo run
```
## **License**
This project is licensed under the **MIT License**.
## **Contact**
For questions or support, please contact [Mind Network Official Channels](https://mindnetwork.xyz/).