3 releases

new 0.0.3 Jan 8, 2025
0.0.2 Dec 16, 2024
0.0.1 Dec 10, 2024

#1532 in Parser implementations

Download history 82/week @ 2024-12-04 214/week @ 2024-12-11 47/week @ 2024-12-18 1/week @ 2024-12-25 7/week @ 2025-01-01 188/week @ 2025-01-08

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

Apache-2.0

80KB
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
~349K SLoC