Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does the emitter expect a std::fmt::Write instead of an std::io::Write? #33

Open
carsonmyers opened this issue Sep 23, 2016 · 2 comments

Comments

@carsonmyers
Copy link

It seems like it'd be useful to emit to an open file or socket, but it seems like fmt::Write is rather limited

@chyh1990
Copy link
Owner

Thanks. The emitter is designed for debug purpose in the first place. Yes, I think we should add support for io::Write.

@mkindahl
Copy link

Is there any interest in a PR for this? I see that there is a lot of outstanding PRs, so I wonder how active this repo is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants