pyoe2-craftpath 0.5.1

A tool for Path of Exile 2 to find the best craftpaths based on the categories: *most likely, most efficient and cheapest*, between a starting item and a target item.
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod debug_display_macro;
pub(crate) mod float_compare;
pub mod fraction_utils;
pub(crate) mod hash_utils;
pub(crate) mod logger_utils;
pub(crate) mod newtype_macro_utils;
pub mod pretty_print_unique_utils;
pub mod pretty_print_utils;
pub(crate) mod ram_input_utils;
pub(crate) mod version_checker_utils;