drying_paint 0.5.3

Implementation of observer pattern for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

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

[package]
authors = ["Violet <violet@geeklint.com>"]
description = "Implementation of observer pattern for Rust"
edition = "2018"
homepage = "https://crates.io/crates/drying_paint"
keywords = ["observer", "watch"]
license = "Apache-2.0 OR MIT OR Zlib"
name = "drying_paint"
readme = "README.md"
repository = "https://github.com/geeklint/drying_paint"
version = "0.5.3"