Docs.rs
self-github-update-enhanced-0.39.2
Platform
i686-unknown-linux-gnu
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
self-github-update-enhanced 0.39.2
Self updates for standalone executables (Github) with fast git proxy support
Crate
Source
Builds
Feature flags
Documentation
Hide files
.idea
src
.cargo_vcs_info.json
.gitignore
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
LICENSE
README.md
1
2
3
4
5
6
fn
main
(
)
{
println!
(
"
cargo:rustc-env=TARGET=
{}
"
,
std
::
env
::
var
(
"
TARGET
"
)
.
unwrap
(
)
)
;
}