1 2 3 4 5 6 7 8 9 10 11 12
//! [gRPC]-based [Control API] for [Medea]. //! //! [gRPC]: https://grpc.io //! [Medea]: https://github.com/instrumentisto/medea //! [Control API]: https://tinyurl.com/yxsqplq7 #[allow(clippy::pedantic)] #[rustfmt::skip] pub mod api; #[allow(clippy::pedantic)] #[rustfmt::skip] pub mod callback;