xmlsec 0.3.0

Wrapper for xmlsec1 library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//!
//! Bindgen generated bindings
//!
#![allow(dead_code)]
#![allow(missing_docs)]
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(non_upper_case_globals)]

#![allow(improper_ctypes)]
#![allow(unnecessary_transmutes)]

#![allow(clippy::upper_case_acronyms)]
#![allow(clippy::redundant_static_lifetimes)]

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