8 releases

0.0.8 Feb 17, 2025
0.0.7 Feb 11, 2025
0.0.5 Jan 25, 2025
0.0.2 Dec 16, 2024

#1459 in Parser implementations

Download history 159/week @ 2024-12-08 179/week @ 2024-12-15 6/week @ 2024-12-22 3/week @ 2024-12-29 169/week @ 2025-01-05 95/week @ 2025-01-12 148/week @ 2025-01-19 65/week @ 2025-01-26 170/week @ 2025-02-02 150/week @ 2025-02-09 95/week @ 2025-02-16

552 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–25MB
~359K SLoC