dynpatch-interface 0.1.0

Shared interface types and traits for dynpatch hot-patching system
Documentation
[package]
name = "dynpatch-interface"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "Shared interface types and traits for dynpatch hot-patching system"
documentation = "https://docs.rs/dynpatch-interface"
keywords = ["dynamic", "hot-reload", "patch", "interface", "abi"]
categories = ["development-tools", "rust-patterns"]
readme = "README.md"

[dependencies]
serde = { workspace = true }

[features]
default = ["std"]
std = []