//! `opensaml` — experimental SAML 2.0 **Service Provider** library.
//!
//! HTTP bindings (POST form, Redirect query, DEFLATE, base64, escaping) are
//! implemented in [`binding`]. Metadata, AuthnRequest, response parsing, and
//! logout are documented stubs for now. XML cryptography is delegated to
//! `bergshamra` behind the optional `crypto-bergshamra` feature. SP-first; see
//! the crate README for the roadmap.
pub use OpenSamlError;
pub use IdentityProvider;
pub use ServiceProvider;