dummy-queue
Custom (and basic) implementation of queue using Box.
Usage
Queue supports T type means generic, so you are in charge to impl (if needed) any trait in case your use cases requires it. Any instance of T needs to be mut, otherwise Rust won't compile your code.