museun
museun
Most of the cargo ecosystem uses clap, we should too to be uniform.
via this PR https://github.com/rust-lang/cargo/pull/8857 we'll want to ensure we resolve features according to the new model. (this should be transparent via cargo metadata, but we should verify)
from this PR https://github.com/rust-lang/cargo/pull/8864 I don't think this breaks anything, but we should probably verify it
The Command/Args stuff should probably be tested. The output for both text and json should also be tested. perhaps `trybuild` will be applicable here
If anyone wants to become a/the maintainer, sign up. Otherwise, there are other Twitch chat crates out there: * https://crates.io/crates/twitch-irc - This one looks very promising * https://github.com/stkfd/tmi-rs - This...
This is a problem and its because the Stream isn't constantly being polled. We either need to remove the Stream interface or provide another future people can poll to drive...
This'll be a smaller refactor which'll mostly take the 'should exist now' features from the big refactor while fixing issues in 0.15 The big refactor may be 0.16 or never...
This removes the `Connector` trait and favors independent crates. This'll allow more flexible versioning (and changes/additions) for external deps. This changes the `Encodable` trait to use a `&mut dyn Write`...
For windows, this can be useful to make the vcpkg/openssl dance possibly quicker. https://github.com/marketplace/actions/run-vcpkg