subsecond-types 0.7.2

Types crate for the Subsecond hotpatch engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "subsecond-types"
version.workspace = true
edition = "2021"
authors = ["Jonathan Kelley"]
description = "Types crate for the Subsecond hotpatch engine."
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"
keywords = ["hotpatch", "engine", "subsecond", "dioxus"]


[dependencies]
serde = { workspace = true, features = ["derive"] }