| Crates.io | eitherq |
| lib.rs | eitherq |
| version | 0.1.2 |
| created_at | 2021-08-26 13:06:40.100441+00 |
| updated_at | 2022-09-08 20:04:11.41311+00 |
| description | Queue which support two different types. |
| homepage | |
| repository | https://repos.qrnch.tech/pub/eitherq |
| max_upload_size | |
| id | 442575 |
| size | 6,331 |
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.