[][src]Crate cardparse

Modules

prelude

Enums

ParseError

Traits

CardParse

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.

Derive Macros

CardParse