| Crates.io | ziio |
| lib.rs | ziio |
| version | 0.1.0 |
| created_at | 2025-07-17 06:24:22.111261+00 |
| updated_at | 2025-07-17 06:24:22.111261+00 |
| description | A simple library that exports a ziio variable |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1757126 |
| size | 3,248 |
A simple Rust library that exports a constant variable named ZIIO with the value "ziio".
Add this to your Cargo.toml:
[dependencies]
ziio = "0.1.0"
Then use it in your code:
use ziio::ZIIO;
fn main() {
println!("The value is: {}", ZIIO); // Prints: The value is: ziio
}
This project is licensed under the MIT License - see the LICENSE file for details.