jmr 0.1.0

A simple library that exports a jmr variable
Documentation
  • Coverage
  • 33.33%
    1 out of 3 items documented0 out of 0 items with examples
  • Size
  • Source code size: 3.23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 236.79 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ziio2110

jmr

A simple Rust library that exports a constant variable named JMR with the value "jmr".

Usage

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
}

License

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