structupdate 0.4.0

A library for defining complex updatable datastructures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "structupdate"
version = "0.4.0"
edition = "2024"
license = "MIT"
description = "A library for defining complex updatable datastructures"

[dependencies]
structupdate_support = { version = "0.4", path = "../structupdate_support" }
structupdate_macros = { version = "0.4", path = "../structupdate_macros" }

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"