poe_data_tools-cli 2.0.0

A CLI for working with Path of Exile game data
Documentation
1
2
3
4
5
6
use std::sync::OnceLock;

pub mod commands;

/// Application-level verbosity
pub static VERBOSE: OnceLock<bool> = OnceLock::new();