Expand description
Rust standard library methods with some checks removed for the sake of performance and binary size.
Modules§
- prelude
- Duplicate exports in
preludeto comply withclippy::wildcard_imports.
Traits§
- Copy
From Slice Unchecked - A trait for
copy_from_slicewithout the length check. - Extend
From Slice Unchecked - A trait for
extend_from_slicewithout the capacity check. - Extend
From Within Unchecked - A trait for
extend_from_withinwithout the capacity and bounds checks. - Extend
Unchecked - A trait for
extendwithout the capacity check. - Push
StrUnchecked - A trait for
push_strwithout the capacity check. - Push
Unchecked - A trait for
pushwithout the capacity check.