Docs.rs
vue-sfc-0.3.2
vue-sfc 0.3.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
malobre
Dependencies
memchr ^2.4.1
normal
nom ^7.1
normal
criterion ^0.3.5
dev
pprof ^0.6.2
dev
Versions
70.83%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vue_sfc
0.3.2
In vue_
sfc::
ast
vue_sfc
::
ast
Type Alias
Attribute
Copy item path
Source
pub type Attribute<'a> = (
AttributeName
<'a>,
Option
<
AttributeValue
<'a>>);
Expand description
Convenience type alias.