meilibridge 0.1.6

High-performance PostgreSQL to Meilisearch connector
Documentation
1
2
3
4
5
6
7
// Unit test entry point
// This file serves as the entry point for unit tests

#[path = "unit/mod.rs"]
mod unit;

pub use unit::*;