Skip to main content

Module app

Module app 

Source

Re-exports§

pub use self::events::AppEvent;
pub use self::events::DiscoveredRoom;

Modules§

events

Structs§

AppHandle
KnownPeerStatus
Lobby-facing view of a known dial peer: persisted address plus runtime “is the connection currently up?” status.

Functions§

parse_dial_address
Parse a user-entered dial address into a libp2p Multiaddr. Accepts ip:port, [ipv6]:port, or a raw multiaddr starting with /.
salt_len
Public accessor for the Argon2id salt length used when deriving room passphrase keys. Exists so downstream tooling (status pages, debug CLIs, integration tests) can confirm the expected size without re-importing the constant from crypto::passphrase.