entertainarr_adapter_http/
lib.rs

1#[cfg(feature = "client")]
2pub mod client;
3#[cfg(feature = "server")]
4pub mod server;
5
6pub mod entity;