Crate seq_geom_parser

source ·

Structs

Enums

  • The types of lengths that a piece of geometry can have.
  • The pieces of geometry (types) we currently support.
  • Represents the sequence held by a fixed sequence anchor.

Traits

  • This trait says that a given implementor is able to properly add itself to the command represented by cmd.

Functions

  • Parses any type of geometry segment. According to the grammer, this will be either a fixed_segment, fixed_seq_segment, ranged_segment, or unbounded_segment. This function is the top-level parser for individual “pieces” of geometry, and returns the corresponding GeomPiece.