Registry / utility / stdext

stdext

JSON →
library0.3.3rscratesunverified

Extensions for the Rust standard library structures, providing additional methods and traits.

# Cargo.toml [dependencies] stdext = "0.3.3"
INSTALL
IMPORT
SIG · STDEXT
S
stdext
utilityrustv0.3.3
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.

stdext
use stdext::prelude::*;

Import the prelude to use extended methods on standard types.

use stdext::prelude::*; let v = vec![1, 2, 3]; println!("Sum: {}", v.iter().sum::<i32>());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
stdext — cargo add stdext · libregistry