Docs.rs
nix-user-chroot-1.2.2
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
nix-user-chroot 1.2.2
Install & Run nix without root permissions
Crate
Source
Builds
Feature flags
Documentation
Hide files
.github
scripts
src
tests
.cargo_vcs_info.json
.gitignore
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
container.sh
LICENSE
README.md
shell.nix
1
2
3
4
5
6
fn
main
(
)
{
println!
(
"
cargo:rustc-env=TARGET=
{}
"
,
std
::
env
::
var
(
"
TARGET
"
)
.
unwrap
(
)
)
;
}