good-parser

Crates.iogood-parser
lib.rsgood-parser
version0.1.0
created_at2025-07-17 07:01:29.38197+00
updated_at2025-07-17 07:01:29.38197+00
descriptionA simple library that exports a good-parser variable
homepage
repository
max_upload_size
id1757164
size3,443
Luke (ziio2110)

documentation

README

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.

Commit count: 0

cargo fmt