Skip to main content

mcpmesh_node/discovery/
mod.rs

1//! Peer ADDRESS resolution that does not depend on external infrastructure (#68).
2//!
3//! Resolution answers *where*, never *who may*. A peer found by anything in here still faces the
4//! trust gate exactly as one found through pkarr or handed over in an invite — which is what makes
5//! it safe to add a resolver at all: a resolver cannot widen who this node admits.
6
7pub mod local;