shield-dioxus 0.3.0

Dioxus integration for Shield.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod integration;
mod query;
mod router;
mod routes;
mod style;

pub use integration::*;
pub use query::*;
pub use router::*;
pub use routes::{call, call_method};
pub use style::*;