Skip to main contentCrate stdlib_rs
Source - collections
- crypto
- money
- min_stack
- Create a new min_stack with the elements inside the macro.
Works like the
vec![] macro. - queue
- Create a new
Queue with the elements inside the macro.
Works like the vec![] macro.