-
Notifications
You must be signed in to change notification settings - Fork 2
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
Naming #37
Comments
Bear in mind that both the subscriber crate and the binary crate can be published to crates.io, so that users can |
My guess, for this, is that while it will always support any tracing output, it will grow to have tokio specific functionality. |
I think we can support powerful filters for tokio without special casing them specifically for tokio. I'm a little bit reluctant to set precedent by baking in specific support. Yes, the console comes from tokio and ultimately its goal should be to support tokio well first. But i'm certain we can achieve good support without it. I've talked about my plans with @hawkw and i'll let her be the judge if it makes sense to go down this route, but i'd prefer to not brand it as |
The obvious name
console
is taken oncrates.io
.An obvious candidate would be
tracing-console
, but that seems a bit... empty, maybe to functional?Bikeshedding time!
The text was updated successfully, but these errors were encountered: