typesense 0.4.0

Client for typesense
Documentation
1
2
3
4
5
6
7
8
9
//! The Typesense prelude.
//!
//! This module re-exports the most commonly used traits and types from the library,
//! making them easy to import with a single `use` statement.

pub use crate::traits::*;

// pub use crate::error::Error as TypesenseError;
// pub use crate::error::MultiSearchParseError;