konsumer_offsets 0.1.0

A library crate to parse the content of the Kafka `__consumer_offsets` internal topic
Documentation
[dependencies.bytes_parser]
version = "0.1.3"

[dependencies.thiserror]
version = "1.0.38"
[dev-dependencies.rstest]
version = "0.16.0"

[package]
authors = ["Ivan De Marino <detronizator@gmail.com>"]
categories = ["encoding", "network-programming", "parsing"]
description = "A library crate to parse the content of the Kafka `__consumer_offsets` internal topic"
edition = "2021"
exclude = [".gitignore", ".github/", "fixtures/"]
homepage = "https://github.com/kafkesc/konsumer_offsets"
keywords = ["apache", "kafka", "parser", "consumer_offsets"]
license = "MIT OR Apache-2.0"
name = "konsumer_offsets"
readme = "README.md"
repository = "https://github.com/kafkesc/konsumer_offsets"
version = "0.1.0"