Struct sgf_parse::ParseOptions[][src]

pub struct ParseOptions {
    pub convert_mixed_case_identifiers: bool,
}
Expand description

Options for parsing SGF files.

Fields

convert_mixed_case_identifiers: bool

Whether to allow conversion of FF[3] mixed case identifiers to FF[4].

All lower case letters are dropped. This should allow parsing any older files which are valid, but not valid FF[4].

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.