discord-qr-auth is a crate that allows you to authenticate a user with Discord using a QR code.
discord-qr-auth
View the examples to see how to use this crate.
Add the following to your Cargo.toml file:
Cargo.toml
[dependencies] discord-qr-auth = "0.1.0"
pub use self::core::client::Client;