Modules§
- iter
- Extension traits for
IteratorandIntoIterator. - nanoid
- slice
- Types allowing for the ‘lazy’ slicing of
&strs while keeping a single lifetime. - vec_map
- A
Vecbacked map implementation.
Macros§
- try_
res_ opt - A
try!like macro forResult<Option<_>, _>s.
Traits§
- BoolExt
- Various extensions to the bool primitive.
- Hash
MapExt - Extension trait that contains functions that allow for chaining of
HashMapfunctions. - Into
Option - Wrap
Selfin aOptionbased off a predicate. - Into
Result - Wrap
Selfin aResultbased off a predicate. - Option
Ext - Various extensions to
Option. - Peek
Option Peep, but specifically forOption’s.- Peep
- This trait allows for ‘peeping’ at values in chained function calls.
- Peep
Result Peep, but specifically forResult’s.- String
Ext - An extension to
Stringallowing for inline trimming. - VecExt
- Extension trait that contains functions that allow for chaining of
Vec. - Wrap
- A trait that allows for creating ‘builder’ like chains of function calls.