prns-runtime-embassy 0.3.4

Embassy host runtime for Personal Reticulum
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![cfg_attr(not(any(feature = "std", test)), no_std)]
#![deny(unsafe_code)]
#![deny(rustdoc::broken_intra_doc_links)]

pub use prns_runtime::{
    crypto, engine, identity, interfaces, persistence, request_endpoints, routing, storage, units,
    wire,
};

pub mod manifold;
pub mod runtime;