good-parser 0.1.0

A simple library that exports a good-parser variable
Documentation
  • Coverage
  • 33.33%
    1 out of 3 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.96 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 998.49 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ziio2110

good-parser

A simple Rust library that exports a constant variable named PKG_NAME with the value "good-parser".

Usage

Add this to your Cargo.toml:

[dependencies]
good-parser = "0.1.0"

Then use it in your code:

use good_parser::PKG_NAME;

fn main() {
    println!("The value is: {}", PKG_NAME); // Prints: The value is: good-parser
}

License

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