Expand description
Link management module
This module provides link handlers and routing registry that are completely agnostic to entity types.
Re-exports§
pub use handlers::AppState;pub use handlers::create_link;pub use handlers::delete_link;pub use handlers::handle_nested_path_get;pub use handlers::handle_nested_path_post;pub use handlers::list_available_links;pub use handlers::list_links;pub use registry::LinkDirection;pub use registry::LinkRouteRegistry;pub use registry::RouteInfo;