eitherq 0.1.2

Queue which support two different types.
Documentation
  • Coverage
  • 57.89%
    11 out of 19 items documented3 out of 16 items with examples
  • Size
  • Source code size: 5.97 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.6 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • qrnch-jan

EitherQueue

The EitherQueue data structure is a simple queue that supports two types of data. Its purpose is to allow the application to treat the queue both as a singular queue with two types as well as using the two typed queues explicitly.