Crate ap_manual

Crate ap_manual 

Source
Expand description

This crate exists for the purposes of creating, editing, and reading manual AP worlds

§Features

§file_io

enables reading and writing apworlds either from files or readers

§item_flags

enables configuring item details using flags

Modules§

category
game
item
location
meta
options
region

Structs§

APWorld
A cannonical representation of a manual ap world
ItemOrList
A cannonical representation of a value that can be represented as either a single T or a [T]

Enums§

BoolInt
A cannonical representation of a value which can be a Bool or Int. Usually used to represent an item quantity Definitionally equal to Either<bool,u32>
Either
A cannonical representation of a json value which is allowed to be T or U