Rust API
The website publishes generated rustdoc for the workspace under /api/rust/.
Use it when you are building against Crabka crates directly instead of operating
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.
These are built with cargo doc --no-deps --workspace and published under
/api/rust/.