//! This module defines a C FFI for Noosphere, suitable for cross-language
//! embedding on many different targets
modauthority;modcontext;moderror;modheaders;modkey;modnoosphere;modpetname;modsphere;modtracing;pubusecrate::ffi::noosphere::*;pubusecrate::ffi::tracing::*;pubuseauthority::*;pubusecontext::*;pubuseerror::*;pubuseheaders::*;pubusekey::*;pubusepetname::*;pubusesphere::*;#[cfg(feature ="headers")]pubfngenerate_headers()->std::io::Result<()>{safer_ffi::headers::builder().to_file("noosphere.h")?.generate()}