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

Use daggy's StableDag #147

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Use daggy's StableDag #147

wants to merge 3 commits into from

Commits on Sep 14, 2019

  1. Update daggy and use StableDag

    Fix RustAudio#103.
    
    Use the StableDag structure which (which uses petgraph's StableGraph)
    implements a directed acyclic graph with stable indices.
    fwcd committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    bf83aca View commit details
    Browse the repository at this point in the history
  2. Update synth example

    Use the new Walker API.
    fwcd committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    96da583 View commit details
    Browse the repository at this point in the history
  3. Export EdgeRef

    The EdgeRef trait provides information about the edges returned by
    Graph::edge_references.
    fwcd committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    55ecc85 View commit details
    Browse the repository at this point in the history