//! This crate embodies the core implementation of the Noosphere protocol.
//!
//! It includes facilities to:
//! - Get low-level access to Noosphere data structures ([view] and [data])
//! - Interact with a Noosphere Gateway ([api::Client])
//! - Read, update, and sync spheres via a high-level API ([context])
//! - And more!
extern crate tracing as extern_tracing;