Expand description

vue-sfc

vue-sfc provides a parser and data structures needed to represent a Vue SFC.

Parsing

See parse.

Printing

Block, Raw and Section implement std::fmt::Display.

Re-exports

pub use self::ast::Attribute;
pub use self::ast::AttributeName;
pub use self::ast::AttributeValue;
pub use self::ast::Block;
pub use self::ast::BlockName;
pub use self::ast::Raw;
pub use self::ast::Section;
pub use self::parser::parse;

Modules

Structs

A generic error.