Docs.rs
rsflow-0.1.0
rsflow 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
chenquan
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
axum ^0.6
normal
clap ^4.3
normal
colored ^2.0
normal
datafusion ^45.0.0
normal
dyn-clone ^1.0
normal
flume =0.10.12
normal
futures ^0.3
normal
lazy_static ^1.4
normal
prometheus ^0.13
normal
regex ^1.8
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
thiserror ^1.0
normal
tokio ^1.28
normal
toml ^0.7
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
Versions
88.85%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rsflow
0.1.0
Module processor
Module Items
Modules
Enums
Traits
In crate rsflow
rsflow
Module
processor
Copy item path
Source
Expand description
处理器组件模块
处理器组件负责对数据进行转换、过滤、丰富等操作。
Modules
§
batch
批处理器组件
sql
SQL处理器组件
Enums
§
Processor
Config
处理器配置
Traits
§
Processor
处理器组件的特征接口
Processor
Batch