[][src]Crate queue_file

queue-file crate is a feature complete and binary compatible port of QueueFile class from Tape2 by Square, Inc. Check here the original project.

Structs

Error

The Error type.

Iter
QueueFile

QueueFile is a lightning-fast, transactional, file-based FIFO.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.