asciinema / asciinema

Terminal session recorder 📹
https://asciinema.org
GNU General Public License v3.0
14.29k stars 912 forks source link

`RGB8` manually implements `ToString` #644

Closed hamirmahal closed 3 months ago

hamirmahal commented 3 months ago

ToString is automatically implemented for any struct that implements the Display trait.