Expand description
Runar Common
Common traits and utilities for the Runar P2P stack.
This crate provides:
- Component-based structured logging with node ID context
- Lightweight error utilities
- DNS-safe compact ID generation
See the crate README for usage examples.
Re-exports§
pub use logging::Component;pub use logging::Logger;pub use logging::LoggingContext;
Modules§
- compact_
ids - Utility module for compact ID encoding
- errors
- logging