meilibridge 0.1.6

High-performance PostgreSQL to Meilisearch connector
Documentation
1
2
3
4
5
6
7
8
pub mod event;
pub mod progress;
pub mod runtime;
pub mod stream_event;

pub use event::*;
pub use progress::*;
pub use stream_event::Event;