mutable 0.2.4

Mutable is a crate to keep track of changes in structures
Documentation
[package]
name = "mutable"
version = "0.2.4"
edition = "2021"

description="Mutable is a crate to keep track of changes in structures"

license="Apache-2.0"
readme="README.md"

authors=["Ludovic Mermod <ludovic.mermod@epfl.ch>"]

repository="https://gitlab.com/Thechi2000/mutable"

keywords=["mutable", "observer", "observable"]
categories=["data-structures"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
mutable_derive={version="0.2.1", path="../mutable_derive"}
uuid = "1.2.1"

[features]
uuid = []