saml-rs 0.1.2

Re-exports opensaml.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# saml-rs

Thin re-export of [`opensaml`](https://crates.io/crates/opensaml) (`pub use opensaml::*;`).
Full documentation: [repository README](https://github.com/sebasxsala/opensaml-rs#readme) ยท [docs.rs/opensaml](https://docs.rs/opensaml).

---

```rust
pub use opensaml::*;
```

All logic, features, and docs live in [`opensaml`](../opensaml).