9 lines
176 B
Rust
Raw Normal View History

2026-04-02 15:49:42 +03:00
#![allow(clippy::undocumented_unsafe_blocks, reason = "It is an FFI")]
pub use errors::OperationStatus;
pub use indexer::IndexerServiceFFI;
mod api;
mod errors;
mod indexer;