1 dépôt
Utilities for querying compiler configuration and target details without performing full builds.
Distinct from Multi-Target Compilers: Distinct from Multi-Target Compilers: focuses on information retrieval rather than the compilation process itself.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Compiler Information Extractors. Refine with filters or upvote what's useful.
Cargo is the official build system and package manager for the Rust programming language. It provides a unified command-line interface that orchestrates the entire development lifecycle, including compiling source code, managing complex dependency graphs, running tests, and distributing packages through a centralized registry. By utilizing declarative manifest files, it ensures that builds remain reproducible and consistent across different environments. The tool distinguishes itself through its deep integration with the Rust compiler and its sophisticated approach to project management. It f
Retrieves compiler configuration and target-specific information without triggering a full build.