ax_core 0.3.2

Core library implementing the functions of ax
Documentation
#![doc = include_str!("../README.md")]
#![doc(html_logo_url = "https://developer.actyx.com/img/logo.svg")]
#![doc(html_favicon_url = "https://developer.actyx.com/img/favicon.ico")]
#![deny(clippy::future_not_send)]

pub mod api;
pub mod authority;
pub mod ax_futures_util;
pub mod certs;
pub mod crypto;
pub mod libp2p_streaming_response;
pub mod node;
pub mod node_connection;
pub mod private_key;
pub mod runtime;
pub mod settings;
pub mod swarm;
pub mod trees;
pub mod util;

pub use node::version::DATABANK_VERSION;
pub use util::version::NODE_VERSION;