Crates.io | lp_parser_rs |
lib.rs | lp_parser_rs |
version | |
source | src |
created_at | 2023-11-13 22:05:48.113908 |
updated_at | 2024-10-29 20:51:43.034898 |
description | A Rust parser for the LP file format. |
homepage | |
repository | https://github.com/dandxy89/lp_parser_rs |
max_upload_size | |
id | 1034105 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A custom Rust LP file parser - this crate leverages the PEST crate for parsing LP files. It is designed and adhering to the following specifications:
serde
: Adds Serde
annotations to each of the model Structs and Enums.diff
: Adds capability to diff two StructsTest data has been copied from other similar or related projects:
This crate utilised insta
for snapshot testing.
cargo insta test --all-features # Run all tests
cargo insta review # Review any changes to the snapshots