crabka-metadata
Versioned metadata record types + immutable image for Crabka.
This crate is part of Crabka, a Rust implementation of Kafka-compatible infrastructure and clients.
Install
= "0.3.2"
For workspace development, use the path dependency from this repository instead.
Usage example
Apply controller records to build an immutable metadata image:
use ;
use Uuid;
let mut image = new;
let topic_id = new_v4;
image.apply;
assert_eq!;
Documentation
API documentation is published on docs.rs/crabka-metadata. The repository README contains project-wide setup, development, and release notes.
License
Apache-2.0. See the repository LICENSE and NOTICE files for details.