Core library for the rust implementation of the Plexo distributed system architecture, providing the fundamental Plexus, Neuron, Codec, and Axon abstractions.
// Copyright 2025 Alecks Gates
//// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#[macro_use]pubmodlogging;pubmodbackpressure;pubmodaxon;pubmodbase_ganglion;pubmodcodec;pubmoddendrite;pubmoderasure;pubmodganglion;pubmodnamespace;pubmodneuron;pubmodpayload;pubmodplexus;pubmodreactant;pubmodsynapse;#[cfg(any(test, feature ="test-utils"))]pubmodtest_utils;pubmodthalamus;pubmodutils;