//! Thin re-export crate. All SAML logic lives in [`opensaml`].
//!//! This crate exists only to reserve the `saml-rs` name on crates.io and
//! offer a hyphenated alias. Prefer depending on `opensaml` directly.
#![forbid(unsafe_code)]pubuseopensaml::*;