/*!
`rain` is an implementation of an [RVSDG](https://arxiv.org/abs/1912.05036) with a concept of
lifetimes, inspired by (and implemented in) Rust.
*/#![forbid(unsafe_code, missing_docs, missing_debug_implementations)]#![feature(weak_into_raw)]pubmodgraph;pubmodvalue;pubmodutil;#[cfg(feature="parser")]pubmodparser;