just-watch 0.2.0

Async watch channel
Documentation
# just-watch

A single-producer and multi-consumer channel that retains the last sent value only.

The goal of this crate is to provide `watch` channel compatible with WASM
runtime and to keep all dependencies up-to-date.

## License

The original implementation is [async_trait](https://github.com/cynecx/async-watch)
is licensed under the [MIT](https://github.com/cynecx/async-watch/blob/master/LICENSE-MIT) license.

Authors of `async_watch`:

- Carl Lerche
- cynecx

## Improvements

The further changes are made by RillRate DOO.

---

Copyright © 2022-2023 RillRate DOO