General Upgrade, NEW: WebServers, Better Docs
Some checks failed
CI / checks (push) Failing after 4m20s

This commit is contained in:
Alex Emmet 2026-07-18 03:08:03 +02:00
commit 62a8327239
122 changed files with 10187 additions and 5169 deletions

View file

@ -5,7 +5,7 @@ pub use mtp_type_map as type_map;
#[cfg(feature = "crypto")]
pub use mtp_crypto as crypto;
#[cfg(feature = "host")]
#[cfg(any(feature = "host", feature = "web-server"))]
pub use mtp_host as host;
#[cfg(feature = "client")]
@ -13,3 +13,6 @@ pub use mtp_client as client;
#[cfg(feature = "files")]
pub use mtp_files as files;
#[cfg(feature = "web-server")]
pub use mtp_webserver as webserver;