omry_service/
lib.rs

1//! Omry [`tarpc`] service
2pub mod search_wrappers;
3pub mod service;
4
5pub use omry_archiving as archiving;
6pub use omry_common as common;
7pub use omry_search as search;
8pub use service::{FloraError, FloraService, FloraServiceClient, OmryResult, PONG, VERSION};
9pub use tarpc;