Registry / utility / standback

standback

JSON →
library0.4.4rscratesunverified

Provides new standard library features for use with older compilers.

# Cargo.toml [dependencies] standback = "0.4.4"
INSTALL
IMPORT
SIG · STANDBACK
S
standback
utilityrustv0.4.4
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.

prelude
use standback::prelude::*;

Imports the standback prelude to use newer std features on older compilers.

use standback::prelude::*; fn main() { let v: Vec<i32> = vec![1, 2, 3]; println!("Vec: {:?}", v); }
Debug
Known issues
gotchaOnly works on older compilers; may not be needed with newer Rust versions.
fix
Upgrade your Rust compiler to the latest stable version to use native std features.
affects: >=0.4.0
Upgrade
Version history
0.4.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
standback — cargo add standback · libregistry