Alopex server implementation (HTTP/gRPC).
pub use config::ServerConfig;
pub use error::Result;
pub use error::ServerError;
pub use server::Server;