Docs.rs
labt-0.3.7
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
labt 0.3.7
Lab-t Lightweight Android build tool
Crate
Source
Builds
Feature flags
Hide files
assets
doc
src
templates
.cargo_vcs_info.json
.gitignore
.gitlab-ci.yml
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
LICENSE
README.md
windows-installer.nsi
1
2
3
4
5
6
fn
main
(
)
{
println!
(
"
cargo:rustc-env=TARGET=
{}
"
,
std
::
env
::
var
(
"
TARGET
"
)
.
unwrap
(
)
)
;
}