Rust API
The website publishes generated rustdoc for the workspace under /api/rust/.
Use it when you build against Crabka crates directly instead of when you operate
the broker through Kafka-compatible tools.
Common entry points:
crabka_brokerfor the broker runtime.crabka_protocolfor Kafka wire types and codecs.crabka_client_corefor connection management.crabka_client_producerfor producers.crabka_client_consumerfor consumers.crabka_client_adminfor admin operations.crabka_client_streamsfor stream processing.crabka_operatorfor operator internals.
The docs build creates these pages with cargo doc --no-deps --workspace and
publishes them under /api/rust/.