mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-08 17:19:45 +00:00
9 lines
176 B
Rust
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;
|