vertigo-macro 0.11.4

Reactive Real-DOM library with SSR for Rust - macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
# vertigo-macro

Macros crate for the [vertigo](https://crates.io/crates/vertigo) library - a reactive Real-DOM library with SSR for Rust.

[![crates.io](https://img.shields.io/crates/v/vertigo-macro)](https://crates.io/crates/vertigo-macro)
[![Documentation](https://docs.rs/vertigo-macro/badge.svg)](https://docs.rs/vertigo-macro)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/vertigo-macro.svg)

This crate provides procedural macros used internally by vertigo. You should depend on `vertigo` directly rather than this crate.

See the [vertigo repository](https://github.com/vertigo-web/vertigo) for more information.