| Jun | JUL | Aug |
| 24 | ||
| 2020 | 2021 | 2022 |
COLLECTED BY
Collection: github.com
Add precedences to edges
a2d720c
stack-graphs crate provides a Rust implementation of stack graphs, which
allow you to define the name resolution rules for an arbitrary programming
language in a way that is efficient, incremental, and does not need to tap into
existing build or program analysis tools.
To use this library, add the following to your Cargo.toml:
[dependencies] stack-graphs = "0.0"Check out our documentation for more details on how to use this library.