A simple Rust library that exports a constant variable named `ZIIO` with the value `"ziio"`.
Add this to your `Cargo.toml`:
```toml
[dependencies]
ziio = "0.1.0"
```
Then use it in your code:
```rust
use ziio::ZIIO;
fn main() {
}
```
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.