This commit is contained in:
parent
69be9f7aca
commit
089def45d1
37 changed files with 2792 additions and 225 deletions
|
|
@ -25,12 +25,7 @@ name = "integration"
|
|||
required-features = ["host"]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
# Enables hosting a MTP server
|
||||
host = []
|
||||
# Documents and exposes the framed uni-directional stream transport used by
|
||||
# the host and client facades. The transport is stream based by design, so
|
||||
# keeping this as a marker feature lets facade crates opt into their
|
||||
# stream-specific convenience exports without making the core transport
|
||||
# unusable for existing consumers.
|
||||
streaming = []
|
||||
|
||||
pipes = ["mtp-codec/pipes"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue