yozefu-app 0.0.3

A TUI for browsing kafka topics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# yozefu-app

[![Build](https://github.com/MAIF/yozefu/actions/workflows/build.yml/badge.svg)](https://github.com/MAIF/yozefu/actions/workflows/build.yml)
[![](https://img.shields.io/crates/v/yozefu-app.svg)](https://crates.io/crates/yozefu-app)


This library contains the code for the main kafka consumer and all the logic to filter kafka records based on the user-provided search query.



## Usage

```bash
cargo add yozefu-app
```