poe_gem_parser 0.1.0

PoE gem parser written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "poe_gem_parser"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "PoE gem parser written in Rust"
authors = ["Artem Shakirov"]
readme = "README.md"
repository = "https://github.com/Dan1cos/poe_gem_parser"

[dependencies]
pest_derive = "2.7.14"
pest = "2.7.14"
anyhow = "1.0.91"
thiserror = "2.0.3"