structupdate 0.1.0

A library for defining complex updatable datastructures
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "structupdate"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "A library for defining complex updatable datastructures"

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