saml-rs 0.1.1

Official alias for opensaml (defensive crate name reservation).
Documentation

saml-rs

This crate is an official alias for opensaml. The SAML library lives in opensaml; this name is reserved defensively on crates.io so unrelated third parties cannot squat it.

Full documentation: repository README · docs.rs/opensaml.


Thin re-export only:

pub use opensaml::*;

Use whichever name you prefer:

  • opensaml — the real crate; depend on it directly (recommended).
  • saml-rs — the same API under a hyphenated alias.

All logic, features, and docs live in opensaml.