Registry / other / rustc-std-workspace-core

rustc-std-workspace-core

JSON →
library1.0.1rscratesunverified

Internal crate for integrating crates.io crates into the Rust standard library workspace.

# Cargo.toml [dependencies] rustc-std-workspace-core = "1.0.1"
INSTALL
IMPORT
SIG · RUSTC-STD-WORKSPAC
R
rustc-std-workspace-core
otherrustv1.0.1
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.

rustc_std_workspace_core
use rustc_std_workspace_core::*;

Re-export core for compiler workspace integration.

// This crate is not intended for direct use. // It re-exports core for the Rust compiler's workspace. use rustc_std_workspace_core::*; fn main() { println!("This crate is internal to the Rust compiler."); }
Debug
Known issues
breakingNot intended for external use; may break without notice.
fix
Do not depend on this crate directly; use `core` instead.
affects: *
Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
rustc-std-workspace-core — cargo add rustc-std-workspace-core · libregistry