2 releases

new 0.0.2 Dec 16, 2024
0.0.1 Dec 10, 2024

#1434 in Parser implementations

Download history 111/week @ 2024-12-05 194/week @ 2024-12-12

305 downloads per month
Used in 5 crates (4 directly)

Apache-2.0

79KB
2K SLoC

yozefu-lib

Build

This crate provides the core definitions for yozefu.

  • KafkaRecord, the main structure used everywhere representing a kafka record.
  • Definitions of errors that can occur.
  • Structures and functions to parse and execute search queries.

Usage

cargo add yozefu-lib

lib.rs:

This crate contains the core structs and enums for the tool. It heavily relies on the rdkafka crate.

Dependencies

~11–24MB
~344K SLoC