rain-lang 0.0.1

An implementation of an RVSDG in Rust with a concept of lifetimes
Documentation
1
2
3
4
5
6
7
/*!
The `rain` graph, and associated utilities (e.g. hash-consing, region management, etc.)
*/

pub mod region;
pub mod node;
pub mod cons;