Strip the collector/aggregator/postproc/snapshot, vastai sampler+shipper, host/iroh/subprocess/swim introspection, relay observability, sink/spool, and the diag binaries; drop the t_diag_* tests. Remove DiagEvent emission from iroh_driver. Add datastream emit/wire (mux + NoopSink/UdpFrameSink/ClusterFrameSink) and rewire the dashboard onto datastream_source. Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
14 lines
254 B
Rust
14 lines
254 B
Rust
pub mod types;
|
|
pub mod crypto;
|
|
pub mod peer_auth;
|
|
pub mod messages;
|
|
pub mod swim;
|
|
pub mod kademlia;
|
|
pub mod cache;
|
|
pub mod node;
|
|
pub mod registry;
|
|
pub mod node_metadata;
|
|
pub mod snapshot;
|
|
pub mod datastream;
|
|
#[cfg(feature = "iroh")]
|
|
pub mod iroh_driver;
|