DzenanJupic/rustube

add option for stdout

Opened this issue · 2 comments

Description

this is a feature request.

change the write_stream_to_file to accept AsyncWrite and make the cli able to write to stdout. I want to use this library on https://github.com/aquelemiguel/parrot but it needed stdout capabilities.

Version

No response

Hey @mustafasegf, thanks for filing this issue.
Supporting stdout seems like a reasonable addition. I'm currently a bit short on time, but I could try to implement it this weekend. Shouldn't be a lot of work.
You're of course also welcome to create a PR yourself.

sure, i can try to implement it