Cargo Features
ironrdp-core has no features set by default.
[dependencies]
ironrdp-core = { version = "0.1.1", features = ["std", "alloc"] }
- std = alloc
-
Enables std of ironrdp-error
- alloc std?
-
Enables alloc of ironrdp-error
Affects
encode::encode_buf
,error::UnsupportedValueErr.unsupported_value
,error::unsupported_value_err
…