easyllm

Crates.ioeasyllm
lib.rseasyllm
version0.1.0
created_at2025-07-17 07:17:20.243633+00
updated_at2025-07-17 07:17:20.243633+00
descriptionComing soon.
homepage
repository
max_upload_size
id1757170
size3,287
Luke (ziio2110)

documentation

README

easyllm

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

Usage

Add this to your Cargo.toml:

[dependencies]
easyllm = "0.1.0"

Then use it in your code:

use easyllm::PKG_NAME;

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

License

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

Commit count: 0

cargo fmt