wp-connector-api

Crates.iowp-connector-api
lib.rswp-connector-api
version0.7.1
created_at2026-01-09 14:01:24.874511+00
updated_at2026-01-11 01:18:20.68847+00
descriptionConnector runtime traits, config helpers, and errors for WarpParse sinks and sources
homepagehttps://github.com/wp-labs/wp-connector-api
repositoryhttps://github.com/wp-labs/wp-connector-api
max_upload_size
id2032130
size132,712
seeker-zuo (seeker-zuo)

documentation

https://docs.rs/wp-connector-api

README

wp-connector-api

CI codecov License

wp-connector-api defines the sink/source runtime traits, connector configuration helpers, and shared error types that power WarpParse ingestion pipelines. The crate ships as part of the warp-pase-system workspace and is consumed by services that need to register connectors or embed the WarpParse runtime.

Repository Layout

  • src/config/ — connector kind adapters plus ParamMap builders.

  • src/runtime/ — connector registry, sink/source factories, async handles, and stream/event definitions.

  • src/errors/ — sink/source error variants, summaries, and helper traits.

  • tests/ — integration coverage, e.g., demo_connector.rs ensures the trait surfaces stay ergonomic.

  • docs/ — rendered API notes in both English and Chinese for downstream consumers.

License

This crate is distributed under the Elastic License 2.0. Update [workspace.package].authors plus the tail of LICENSE if you redistribute builds under a different publisher name.

中文简介

wp-connector-api 提供 WarpParse 连接器运行时接口、配置解析工具与统一错误定义。

Commit count: 7

cargo fmt