saml-rs 0.1.1

Official alias for opensaml (defensive crate name reservation).
Documentation
1
2
3
4
5
6
7
8
//! 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)]

pub use opensaml::*;