Docs.rs
kozan-macros-0.1.0
kozan-macros 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
darkyeg
Dependencies
proc-macro-crate ^3
normal
proc-macro2 ^1
normal
quote ^1
normal
syn ^2
normal
trybuild ^1
dev
Versions
80%
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
Skip to main content
Crate kozan_macros
kozan_
macros
0.1.0
All Items
Crate Items
Derive Macros
Crate
kozan_
macros
Copy item path
Source
Expand description
Derive macros for Kozan node types.
Node
โ for non-element nodes (
TextNode
,
CommentNode
)
Element
โ for element nodes (Button, Div, Input)
Props
โ generates getters/setters from data structs
Derive Macros
ยง
Element
Derive
Node
,
ContainerNode
, and
Element
traits for an element type.
Event
Generate getters and setters on an element type from its data struct.
Node
Derive the
Node
trait for a newtype wrapper around
Handle
.
Props