pub struct Melter { /* fields omitted */ }
Expand description
Convert a binary gamestate to plaintext
Create a customized version to melt binary data
Set the behavior for when an unresolved binary token is encountered
Set if the melter should rewrite properties to better match the plaintext format
Setting to false will preserve binary fields and values even if they
don’t make any sense in the plaintext output.
Given one of the accepted inputs, this will return the save id line (if present in the input)
with the gamestate data decoded from binary to plain text.
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.