Registry / utility / std-prelude

std-prelude

JSON →
library0.2.12rscratesunverified

A prelude that the Rust standard library should have always had, providing common traits and types.

# Cargo.toml [dependencies] std_prelude = "0.2.12"
INSTALL
IMPORT
SIG · STD-PRELUDE
S
std-prelude
utilityrustv0.2.12
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.

std_prelude
use std_prelude::*;

Import the prelude to use common traits and types.

use std_prelude::*; fn main() { let v: Vec<i32> = vec![1, 2, 3]; println!("{:?}", v); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
std-prelude — cargo add std-prelude · libregistry