fx-callback 1.0.2

A subscription based callback to inform subscribers about relevant data events within structs.
Documentation
[dependencies.fx-handle]
version = "1.0.0"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
features = ["rt-multi-thread", "sync"]
version = "1.48"

[dev-dependencies.log4rs]
version = "1.4"

[dev-dependencies.tokio]
features = ["rt", "macros", "time"]
version = "1.48"

[lib]
crate-type = ["rlib"]
name = "fx_callback"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A subscription based callback to inform subscribers about relevant data events within structs."
edition = "2021"
exclude = [".config", ".github", "target", ".bumpversion.toml", "Makefile"]
license = "Apache-2.0"
name = "fx-callback"
readme = "README.md"
repository = "https://github.com/yoep/fx-callback"
rust-version = "1.75"
version = "1.0.2"