twitch_api2 0.5.0-alpha.4

Library for talking with the new Twitch API aka. "Helix", TMI and more!
Documentation
fn main() {
    if let Some(true) = version_check::is_feature_flaggable() {
        println!("cargo:rustc-cfg=nightly");
    };
}