Registry / utility / target-lexicon

target-lexicon

JSON →
library0.13.5rscratesunverified

Provides types for representing LLVM target triples and their components.

# Cargo.toml [dependencies] target-lexicon = "0.13.5"
INSTALL
IMPORT
SIG · TARGET-LEXICON
T
target-lexicon
utilityrustv0.13.5
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.

Triple
use target_lexicon::Triple;

Parses a target triple string into a structured type.

use target_lexicon::Triple; let triple: Triple = "x86_64-unknown-linux-gnu".parse().unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
target-lexicon — cargo add target-lexicon · libregistry