schema-registry-client 0.4.2

Serialize/deserialize data to/from Kafka using the Confluent Schema Registry
Documentation
1
2
3
4
5
6
7
pub mod avro;
pub mod config;
pub mod json;
pub mod protobuf;
pub mod rule_registry;
pub mod serde;
pub mod wildcard_matcher;