Docs.rs
render_macros-0.3.1
render_macros 0.3.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Schniz
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^1.0
normal
pretty_assertions ^0.6
dev
render ^0.3
dev
Versions
75%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
render_
macros
0.3.1
All Items
Crate Items
Macros
Attribute Macros
Crate
render_macros
Copy item path
Source
Macros
§
html
Render a component tree to an HTML string, using XML-like tags.
rsx
Generate a renderable component tree, before rendering it
Attribute Macros
§
component
A syntactic sugar for implementing
Render
conveniently using functions.