dbus-dummy

Crates.iodbus-dummy
lib.rsdbus-dummy
version0.1.0
sourcesrc
created_at2024-01-10 15:22:07.971187
updated_at2024-01-10 15:22:07.971187
descriptionDummy package to bypass rust feature check
homepage
repository
max_upload_size
id1095308
size2,553
poly000 (poly000)

documentation

README

dbus-dummy

Dummy package.

Why?

cargo does not support Platform target-specific features,

in other words,

[target.'cfg(not(target_os = "windows"))'.features]
default = ["general_feature"]

[target.'cfg(target_os = "windows")'.features]
default = ["winonly_replacement"]

these statements will not work.

Commit count: 0

cargo fmt