You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this issue @tatsuya6502. I'm not sure if having something like TeeWriter should be part of this crate. However, I think we can start with updating the README, and then see what other people have to say about it.
The "broadcast writing (simple file copying)" example on the README.md no longer compiles. This is because
Writer::broadcast()
was never stabilized and removed from Nightly libstd on Mar 8, 2016.I think a simple workaround is to change the example as the followings:
Or, for convenience, maybe we can add something like
TeeWriter
above to this crate.I could work on either ideas. Please let me know your thoughts.
The text was updated successfully, but these errors were encountered: