Cargo Features
[dependencies]
cdns-rs = { version = "0.3.0", default-features = false, features = ["use_sync", "use_async", "no_error_output", "custom_error_output"] }
Since v 0.2.2 this project is relicensed with MPLv2.0.
The contributors and authors agreed to change license:
Aleksandr Morozov
RELKOM s.r.o
- default = custom_error_output, use_async, use_sync
-
These default features are set whenever
cdns-rs
is added without
somewhere in the dependency tree.default-features = false - use_sync default
-
Affects
cdns-rs::sync
… - use_async default
-
Affects
cdns-rs::a_sync
… - no_error_output
-
force no error output
- custom_error_output default
-
force error output to custom stream, see log.rs