wazabin-qcode-parser 0.4.0

Parser for the QCode text format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "wazabin-qcode-parser"
edition.workspace = true
rust-version.workspace = true
version.workspace = true
license.workspace = true
description = "Parser for the QCode text format"
readme = "README.md"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/wazabin-qcode-parser"
keywords = ["binary-analysis", "parser", "pcode", "reverse-engineering"]
categories = ["parsing"]

[dependencies]
pest.workspace = true
pest_derive.workspace = true