saml-rs 0.1.3

Re-exports opensaml.
Documentation
1
2
3
4
5
//! Thin re-export crate. All SAML logic lives in [`opensaml`].

#![forbid(unsafe_code)]

pub use opensaml::*;