Module links

Module links 

Source
Expand description

Link management module

This module provides the link service implementation and routing registry that are completely agnostic to entity types.

Re-exports§

pub use handlers::AppState;
pub use registry::LinkDirection;
pub use registry::LinkRouteRegistry;
pub use registry::RouteInfo;
pub use service::InMemoryLinkService;

Modules§

handlers
HTTP handlers for link operations
registry
Route registry for link navigation
service
In-memory implementation of LinkService for testing and development