//! Rust bindings for the [Nettle cryptographic
//! library](https://www.lysator.liu.se/~nisse/nettle/).
// Allow Struct { field: field }
// Allow module name repetition, e.g. modname::modname
extern crate libc;
extern crate nettle_sys;
extern crate getrandom;
pub use crate;