ziio

Crates.ioziio
lib.rsziio
version0.1.0
created_at2025-07-17 06:24:22.111261+00
updated_at2025-07-17 06:24:22.111261+00
descriptionA simple library that exports a ziio variable
homepage
repository
max_upload_size
id1757126
size3,248
Luke (ziio2110)

documentation

README

ziio

A simple Rust library that exports a constant variable named ZIIO with the value "ziio".

Usage

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
}

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 0

cargo fmt