Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: extend api with iterator for routes #41

Merged
merged 4 commits into from
Jun 6, 2024

Commits on Jun 6, 2024

  1. feat: extend api with iterator for routes

    Forward iterator access to the routes to allow collecting
    them as a client. This allows eg. collecting the routes
    to subscribe them when using the router in an MQTT usecase.
    
    Signed-off-by: Marc Bodmer <[email protected]>
    mbodmer committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3cff541 View commit details
    Browse the repository at this point in the history
  2. feat: also add into_iter()

    clippy requests an implementation of into_iter()
    when implementing iter()
    
    Signed-off-by: Marc Bodmer <[email protected]>
    mbodmer committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    176e2a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e0e0e2 View commit details
    Browse the repository at this point in the history
  4. fix: implement IntoIterator for &PathTree<T>

    Signed-off-by: Marc Bodmer <[email protected]>
    mbodmer committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a894c9a View commit details
    Browse the repository at this point in the history