atanunq / viuer

Rust library for displaying images in the terminal.
MIT License
241 stars 43 forks source link

Accept AsRef<Path> filename arguments. (#20) #21

Closed rosekunkel closed 3 years ago

rosekunkel commented 3 years ago

Generalize filename: &str arguments to filename: P where P: AsRef<Path>. See #20.

rosekunkel commented 3 years ago

It looks like there's a problem with the CI settings.

atanunq commented 3 years ago

Thank you!