rx_core_operator_map 0.1.0

map operator for rx_core
Documentation
[dependencies.derive-where]
default-features = false
version = "1.4.0"

[dependencies.rx_core_common]
version = "0.1.0"

[dependencies.rx_core_macro_operator_derive]
version = "0.1.0"

[dependencies.rx_core_macro_subscriber_derive]
version = "0.1.0"

[dependencies.rx_core_operator_composite]
optional = true
version = "0.1.0"

[features]
compose = ["dep:rx_core_operator_composite"]
default = []
pipe = ["rx_core_common/pipe"]

[lib]
name = "rx_core_operator_map"
path = "src/lib.rs"

[lints.clippy]
type_complexity = "allow"

[package]
authors = ["Sandor Gyori <alexaegis@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "map operator for rx_core"
documentation = "https://github.com/AlexAegis/rx_bevy"
edition = "2024"
homepage = "https://github.com/AlexAegis/rx_bevy"
keywords = ["rx", "rx_core", "rx_core_operator", "rx_bevy", "rx_bevy_operator"]
license = "MIT"
name = "rx_core_operator_map"
publish = true
readme = "readme.md"
repository = "https://github.com/AlexAegis/rx_bevy"
version = "0.1.0"