devela 0.28.0

A development substrate of coherence.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// devela::sys::env::reexports_std

use crate::{_reexport, _tags};

_reexport! { rust: std::env, location: "sys/env", tag: _tags!(error platform),
    doc: "Returned from [`Env::join_paths`][crate::Env::join_paths].",
    JoinPathsError,
}
_reexport! { rust: std::env, location: "sys/env", tag: _tags!(error platform),
    doc: "Returned from [`Env::var`][crate::Env::var].",
    VarError
}