chrome-devtools-rs icon indicating copy to clipboard operation
chrome-devtools-rs copied to clipboard

Conditionally include console library on color feature

Open EverlastingBugstopper opened this issue 6 years ago • 0 comments

Will need conditional compilation blocks instead of if cfg! macros for color output in addition to

[features]
color = ["console"]
```

EverlastingBugstopper avatar Feb 03 '20 17:02 EverlastingBugstopper