samael 0.0.21

A SAML2 library for Rust
1
2
3
4
5
6
7
8
9
10
11
//!
//! Bindgen generated bindings
//!
#![allow(dead_code)]
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(non_upper_case_globals)]
#![allow(improper_ctypes)]
#![allow(clippy::upper_case_acronyms)]

include!(concat!(env!("OUT_DIR"), "/xmlsec_bindings.rs"));