2026-04-02 15:49:42 +03:00

9 lines
176 B
Rust

#![allow(clippy::undocumented_unsafe_blocks, reason = "It is an FFI")]
pub use errors::OperationStatus;
pub use indexer::IndexerServiceFFI;
mod api;
mod errors;
mod indexer;