| Crates.io | wp-connector-api |
| lib.rs | wp-connector-api |
| version | 0.7.1 |
| created_at | 2026-01-09 14:01:24.874511+00 |
| updated_at | 2026-01-11 01:18:20.68847+00 |
| description | Connector runtime traits, config helpers, and errors for WarpParse sinks and sources |
| homepage | https://github.com/wp-labs/wp-connector-api |
| repository | https://github.com/wp-labs/wp-connector-api |
| max_upload_size | |
| id | 2032130 |
| size | 132,712 |
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.
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.
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 连接器运行时接口、配置解析工具与统一错误定义。