dioxus-history 0.6.2

History provider for dioxus
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dioxus-history"
edition = "2021"
version = { workspace = true }
authors = ["Jonathan Kelley"]
description = "History provider for dioxus"
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"
homepage = "https://dioxuslabs.com"
keywords = ["dom", "ui", "gui", "react"]


[dependencies]
dioxus-core = { workspace = true }
tracing.workspace = true