Module navigation

Module navigation 

Source
Expand description

Generic navigation UI components.

This module provides a reusable stacked navigation bar used for traversing hierarchical domains (directories today, tags/artists/series in the future).

The implementation is split into:

  • stack_navigation_bar: the generic container view and its core traits
  • providers/*: domain-specific adapters that plug existing views into the generic container.

Re-exports§

pub use stack_navigation_bar::StackNavigationBar;

Modules§

providers
Domain-specific providers for super::stack_navigation_bar.
stack_navigation_bar