Docs.rs
stdworld-0.1.1
stdworld 0.1.1
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
crates.io
Source
Owners
SoniEx2
Dependencies
Versions
73.68%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
std
0.1.1
Module env
Module Items
Structs
Traits
Functions
In crate std
std
Module
env
Copy item path
Source
Expand description
APIs to interact with the program environment.
Structs
§
VarsOs
Traits
§
EnvAccess
Marker trait to indicate a world that is allowed to access environment variables.
Functions
§
set_var
Sets an environment variable.
var_os
Fetches an environment variable.
vars_os
Iterates through environment variables.