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