chrome-devtools-rs
chrome-devtools-rs copied to clipboard
Conditionally include console library on color feature
Will need conditional compilation blocks instead of if cfg! macros for color output in addition to
[features]
color = ["console"]
```