[−][src]Crate staticvec
Note: the complete list of things not available when using default-features = false
for #![no_std] compatibility is as follows:
StaticVec::sortedStaticVec::into_vec(and the correspondingIntoimpl)StaticVec::from_vec(and the correspondingFromimpl)- the implementation of the
Readtrait forStaticVec - the implementation of the
BufReadtrait forStaticVec - the implementation of the
io::Writetrait forStaticVec - the implementation of
FromforStaticStringfromString - the implementations of
PartialEqandPartialOrdagainstStringforStaticString - the implementation of
ErrorforStringError - the
bounds_to_stringfunction unique to this crate and implemented by several of the iterators in it
Macros
| sortedstaticvec | Accepts an array of any primitive |
| staticstring | Creates a new |
| staticvec | Creates a new |
Structs
| CapacityError | This error indicates that an operation was attempted that would have increased the
|
| PushCapacityError | This error indicates that a push was attempted into a
|
| StaticHeap | A priority queue implemented as a binary heap, built around an instance of |
| StaticHeapDrainSorted | A sorted "draining" iterator over the elements of a |
| StaticHeapIntoIterSorted | A sorted "consuming" iterator over the elements of a |
| StaticHeapPeekMut | A struct wrapping a mutable reference to the greatest (or "maximal") item in a |
| StaticString | A fixed-capacity |
| StaticVec | A |
| StaticVecDrain | A "draining" iterator, analogous to |
| StaticVecIntoIter | A "consuming" iterator that reads each element out of a source |
| StaticVecIterConst | Similar to |
| StaticVecIterMut | Similar to |
| StaticVecSplice | A "splicing" iterator, analogous to |
Enums
| StringError | This enum represents several different possible "error states" that may be encountered
while using a |