{{badges}}
[](https://crates.io/crates/ift)
{{readme}}
## developing
### To regenerate the RFC code
```bash
make gen
```
### To Update README
```bash
make update
```
### To Release
You can use the [cargo release](https://github.com/sunng87/cargo-release) command.
```bash
cargo release patch
```
License: {{license}}