//! Async Rust client helpers for Foursquare/Swarm user OAuth and checkin polling.
//!
//! `beeline` is intentionally storage- and framework-neutral. A caller such as a
//! Discord bot can use signed [`LinkState`] values to carry Discord metadata
//! through OAuth, store tokens in its own database, then poll checkins with
//! [`SwarmClient`].
pub use ;
pub use ;
pub use LinkState;
pub use *;
pub use ;