subsecond-types 0.7.3

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/tree/main/packages/subsecond"
keywords = ["hotpatch", "engine", "subsecond", "dioxus"]
readme = "../README.md"

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