Expand description
Utilities to help with testing and other purposes
Structsยง
- InMemory
Io  - An IO implementation that just writes to a string. The futures produced from methods like IoOutput::write are complete instantly, and no errors are produced.
 - InMemory
Output  - An output implementation that just writes to a string.
 - Into
String Iter  - Turns a WritableSeq into an iterator over owned strings.
 - ToString
Iter  - The iterator produced by IntoStringIter.
 - Writable
From Function  - A wrapper intended to be used as a SequenceConfig. The tuple value should be a function that returns a writable for the data type.