opensaml 0.1.2

SAML 2.0 Service Provider library (bergshamra for XML crypto).
Documentation
1
2
3
4
5
6
7
//! XML parsing and field extraction (samlify `extractor.ts` port) over quick-xml.

pub mod dom;
pub mod extract;
pub mod fields;

pub use extract::{extract, ExtractorField, LocalPath};