nexworld

Crates.ionexworld
lib.rsnexworld
version0.1.0
created_at2025-07-17 06:54:47.686916+00
updated_at2025-07-17 06:54:47.686916+00
descriptionA simple library that exports a nexworld variable
homepage
repository
max_upload_size
id1757159
size3,380
Luke (ziio2110)

documentation

README

nexworld

A simple Rust library that exports a constant variable named PKG_NAME with the value "nexworld".

Usage

Add this to your Cargo.toml:

[dependencies]
nexworld = "0.1.0"

Then use it in your code:

use nexworld::PKG_NAME;

fn main() {
    println!("The value is: {}", PKG_NAME); // Prints: The value is: nexworld
}

License

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

Commit count: 0

cargo fmt