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