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