drying_paint 0.1.3

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

[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 = "MPL-2.0"
name = "drying_paint"
readme = "README.md"
repository = "https://github.com/geeklint/drying_paint"
version = "0.1.3"