Path of Exile Item Text Parser
This Rust library provides a parser for extracting structured data from Path of Exile (PoE) Item Text descriptions, typically copied directly from the game with Ctrl + C (or Ctrl + Alt + C wich also includes modifier types, tags & names).
It currently (hopefully) supports every equipable item. Maps, Tattoos, Idols etc. will be added later.
Usage Example
use PoeItem;