saml 0.0.1-alpha.1

Stateless, async-native SAML 2.0 toolkit with no libxml2/xmlsec C build chain
Documentation
1
2
3
4
5
6
7
//! Parsed metadata descriptors for peer entities.

pub mod idp;
pub mod sp;

pub use idp::IdpDescriptor;
pub use sp::SpDescriptor;