Registry / utility / build-target

build-target

JSON →
library0.8.0rscratesunverified

A crate that provides programmatic access to information about the current build target.

# Cargo.toml [dependencies] build-target = "0.8.0"
INSTALL
IMPORT
SIG · BUILD-TARGET
B
build-target
utilityrustv0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BuildTarget
use build_target::*;

Minimal build target info.

use build_target::*; fn main() { let target = BuildTarget::current(); println!("Target: {}", target); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
build-target — cargo add build-target · libregistry