rx_core_common 0.2.1

rx_core's core traits and implementations
Documentation
1
2
3
4
5
6
7
8
9
# [rx_core_common]https://github.com/AlexAegis/rx_bevy/tree/master/crates/rx_core_common

[![crates.io](https://img.shields.io/crates/v/rx_core_common.svg)](https://crates.io/crates/rx_core_common)
[![ci](https://github.com/AlexAegis/rx_bevy/actions/workflows/ci.yml/badge.svg)](https://github.com/AlexAegis/rx_bevy/actions/workflows/ci.yml)
[![codecov](https://codecov.io/github/AlexAegis/rx_bevy/graph/badge.svg?token=hUtTGQaWMn&component=rx_core_common)](https://app.codecov.io/github/AlexAegis/rx_bevy?components%5B0%5D=rx_core_common)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/AlexAegis/rx_bevy?tab=MIT-1-ov-file)

Core crate that defines the traits used across implementations such as
`Observable` and `Observer`.