Expand description
Routing abstractions for Helia
Provides content routing (finding content) and peer routing (finding peers).
Re-exports§
pub use libp2p_routing::libp2p_routing;pub use libp2p_routing::Libp2pRouting;pub use http_gateway_routing::http_gateway_routing;pub use http_gateway_routing::HTTPGatewayRouter;pub use http_gateway_routing::HTTPGatewayRoutingInit;
Modules§
- delegated_
http_ routing - Delegated HTTP Routing implementation
- http_
gateway_ routing - HTTP Gateway Routing implementation
- libp2p_
routing - libp2p routing implementation
Structs§
- Peer
Info - Information about a peer
- Provider
Info - Information about a content provider
- Routers
- Combined routers struct
Enums§
- Routing
Error - Errors that can occur during routing operations
Traits§
- Content
Routing - Content routing interface
- Peer
Routing - Peer routing interface
Functions§
- routers
- Create a Routers instance