efx-core 1.1.1

Core parser and AST for EFx proc-macro
Documentation
1
2
3
4
5
6
7
pub mod ast;
pub mod attr;

#[cfg(feature = "doc-prelude")]
pub mod doc_prelude;

pub use ast::{parse_str, Attr, Element, Interpolation, Node, ParseError, Parser, Text};