dioxus-sdk-sync 0.7.0

Synchronization primitives for your Dioxus app.
Documentation
# Dioxus Sync
Synchronization primitives for your Dioxus app.

### Features:
- [x] `channel`

## Usage
Add `dioxus-sdk-sync` to your `Cargo.toml`:
```toml
[dependencies]
dioxus-sdk-sync = "0.1"
```

### Dioxus Compatibility
This table represents the compatibility between this crate and Dioxus versions.
The crate version supports a Dioxus version up until the next crate version in the table.

E.g. if crate version `0.1` supported Dioxus `0.6` and crate version `0.4` supported Dioxus `0.7`, crate versions `0.1`, `0.2`, and `0.3` would support Dioxus `0.6`.

| Crate Version | Dioxus Version |
| ------------- | -------------- |
| 0.1           | 0.6            |