Docs.rs
toph-2.0.1
toph 2.0.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
eze-works
Dependencies
Versions
100%
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
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
toph
2.0.1
All Items
Crate Items
Macros
Structs
Enums
Functions
Crate
toph
Copy item path
Source
Expand description
A rust macro for writing HTML templates
The entrypoint to this crate is the
html!
macro.
Macros
§
html
This macro implements a syntax for creating HTML
Node
s.
Structs
§
Element
See
Node
Fragment
See
Node
Text
See
Node
Enums
§
Node
A node in an HTML tree structure
Functions
§
raw_
text
Returns a text
Node
whose contents are not HTML escaped
text
Returns a text
Node
whose contents are HTML escaped