4 releases
0.3.2 | Feb 14, 2022 |
---|---|
0.3.1 | Feb 13, 2022 |
0.3.0 | Feb 6, 2022 |
0.2.0 | Feb 3, 2022 |
0.1.0 |
|
#4 in #represents
864 downloads per month
Used in dprint-vue-plugin
38KB
907 lines
🦀 vue-sfc
Parse and interact with Vue SFC.
Check the documentation for usage examples.
lib.rs
:
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
.
Dependencies
~1MB
~19K SLoC