scopegraphs-lib 0.1.3

A port of [scopegraphs](https://pl.ewi.tudelft.nl/research/projects/scope-graphs/) to Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod completeness;
pub mod containers;
pub mod future_wrapper;
pub mod label;
pub mod resolve;
mod scopegraph;
pub mod storage;

pub use label::Label;
pub use scopegraph::*;
pub use scopegraphs_macros;

#[cfg(feature = "dot")]
pub mod render;