Cargo Features
restless-core has no features set by default.
[dependencies]
restless-core = { version = "0.1.0", features = ["full", "bytes", "http"] }
-
full
=
bytes,
http
-
-
bytes
full?
-
Enables
bytes
Affects
data::Decodable.decode_bytes
,
data::Encodable.encode_bytes
…
-
http
full?
-
Enables
http
^0.2.9