Modules§
Enums§
Traits§
- Card
Parse - The
CardParse
trait should be derived for structs as#[derive(CardParse)]
struct fields are then tagged with attributes like#[location(line=2,start=6,end=24)]
. Values to the field attributes are by index not offset (start at one) and always inclusive.