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 Feb 2, 2022

#4 in #represents

Download history 18/week @ 2024-04-01 25/week @ 2024-06-10 184/week @ 2024-06-17 358/week @ 2024-06-24 203/week @ 2024-07-01 223/week @ 2024-07-08 63/week @ 2024-07-15

864 downloads per month
Used in dprint-vue-plugin

MIT license

38KB
907 lines

🦀 vue-sfc   badge-docs-rs badge-crates-io

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