ift 0.3.0

A library to read template strings for local network interfaces
Documentation
{{badges}}
[![Ift Version](https://img.shields.io/crates/v/ift.svg)](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}}