[package]
edition = "2024"
name = "rx_core_operator_buffer_count"
version = "0.2.0"
authors = ["Sandor Gyori <alexaegis@pm.me>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "buffer_count operator for rx_core"
homepage = "https://github.com/AlexAegis/rx_bevy"
documentation = "https://github.com/AlexAegis/rx_bevy"
readme = "readme.md"
keywords = [
"rx",
"rx_core",
"rx_core_operator",
"rx_bevy",
"rx_bevy_operator",
]
license = "MIT"
repository = "https://github.com/AlexAegis/rx_bevy"
[features]
compose = ["dep:rx_core_operator_composite"]
default = []
pipe = ["rx_core_common/pipe"]
[lib]
name = "rx_core_operator_buffer_count"
path = "src/lib.rs"
[dependencies.derive-where]
version = "1.4"
default-features = false
[dependencies.rx_core_common]
version = "0.2.0"
[dependencies.rx_core_macro_operator_derive]
version = "0.2.0"
[dependencies.rx_core_macro_subscriber_derive]
version = "0.2.0"
[dependencies.rx_core_operator_composite]
version = "0.2.0"
optional = true
[lints.clippy]
type_complexity = "allow"