mind_sdk_io 0.1.3

Mind Network Rust SDK
Documentation
# mind-sdk-io-rust
`mind_sdk_io` is a **Native Rust SDK** by [Mind Network](https://www.mindnetwork.xyz/). 

[![mind_sdk_io on crates.io](https://img.shields.io/crates/v/mind_sdk_io)](https://crates.io/crates/mind_sdk_io)
[![Documentation on docs.rs](https://img.shields.io/badge/docs-docs.rs-blue)](https://docs.rs/mind_sdk_io)
[![Licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![Github](https://img.shields.io/badge/source-github.com-blue.svg)](https://github.com/mind-network/mind-sdk-io-rust)
[![Github](https://img.shields.io/badge/build-pass-green.svg)](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/).