Crate discord_qr_auth

Source
Expand description

discord-qr-auth is a crate that allows you to authenticate a user with Discord using a QR code.

View the examples to see how to use this crate.

§Installation

Add the following to your Cargo.toml file:

[dependencies]
discord-qr-auth = "0.1.0"

Re-exports§

pub use self::core::client::Client;

Modules§

core
The core elements of the crate