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