Enum bitsy_parser::game::RoomFormat [−][src]
pub enum RoomFormat {
Contiguous,
CommaSeparated,
}Expand description
in very early versions of Bitsy, room tiles were defined as single alphanumeric characters - so there was a maximum of 36 unique tiles. later versions are comma-separated. RoomFormat is implemented here so we can save in the original format.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RoomFormatimpl Send for RoomFormatimpl Sync for RoomFormatimpl Unpin for RoomFormatimpl UnwindSafe for RoomFormatBlanket Implementations
Mutably borrows from an owned value. Read more