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