# yozefu-lib
[](https://github.com/MAIF/yozefu/actions/workflows/build.yml)
[](https://crates.io/crates/yozefu-lib)
This crate provides the core definitions for [Yozefu](https://github.com/MAIF/yozefu).
- [`KafkaRecord`](./src/kafka/kafka_record.rs), 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
```bash
cargo add yozefu-lib
```