console-rs / console

A rust console and terminal abstraction
MIT License
961 stars 113 forks source link

Why not 'impl Style for &str' #180

Open JonZhang3 opened 1 year ago

JonZhang3 commented 1 year ago

Like the title, why not 'impl Style for &str'

the api likes:

"abc".cyan().bold();