cljrs-env 0.1.244

Deprecated re-export shim for cljrs-runtime::env
Documentation
1
2
3
4
5
6
7
8
9
10
//! Deprecated compatibility shim.
//!
//! The namespace and environment layer moved into
//! [`cljrs_runtime::env`](../cljrs_runtime/env/index.html) in Stage 2 of the
//! crate consolidation plan. This package only re-exports it so downstream
//! packages can migrate one at a time; it is removed in Stage 6.
//!
//! Replace `cljrs_env::x` with `cljrs_runtime::env::x`.

pub use cljrs_runtime::env::*;