Docs.rs
rstml-component-macro-0.2.4
rstml-component-macro 0.2.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Alxandr
Dependencies
convert_case ^0.6
normal
indexmap ^2
normal
proc-macro2 ^1
normal
proc-macro2-diagnostics ^0.10
normal
quote ^1
normal
rstml ^0.12
normal
syn ^2
normal
Versions
20%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rstml_
component_
macro
0.2.4
All Items
Crate Items
Macros
Attribute Macros
Derive Macros
Crate
rstml_component_macro
Copy item path
Source
Macros
§
html
write_
html
Attribute Macros
§
component
Turns a function into a component function, arguments to the attribute macro are the visibility for the generated struct and the name of the struct. The function should return
impl HtmlContent
.
Derive Macros
§
Html
Component