//! Link management module
//!//! This module provides link handlers and routing registry
//! that are completely agnostic to entity types.
pubmodhandlers;pubmodregistry;pubusehandlers::{
AppState, create_link, delete_link, handle_nested_path_get, handle_nested_path_post,
list_available_links, list_links,};pubuseregistry::{LinkDirection, LinkRouteRegistry, RouteInfo};