Crate castep_cell_parser

Crate castep_cell_parser 

Source

Structs§

Block
Freeform block in .cell
BlockBuilder
Builder for Block.
CELLParser
KeywordValue
OrderedCellDoc
OrderedParamDoc
ParsedCellDoc
SingleKeyword

Enums§

BlockBuilderError
Error type for BlockBuilder
CELLObject
CellParseError
Rule

Traits§

BlockIO
Convert between the impl type and Block Usage: convert from parsed block to edit data, then convert back to block to insert back to the HashMap<&str, CELLObject>
Parser
A trait with a single method that parses strings.