General Upgrade, NEW: WebServers, Better Docs
Some checks failed
CI / checks (push) Failing after 4m20s
Some checks failed
CI / checks (push) Failing after 4m20s
This commit is contained in:
parent
5f11d476b6
commit
02be09ef26
122 changed files with 10309 additions and 5206 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue