Expand description
Utilities to help with testing and other purposes
Structsยง
- InMemoryIo 
- 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.
- InMemoryOutput 
- An output implementation that just writes to a string.
- IntoString Iter 
- Turns a WritableSeq into an iterator over owned strings.
- ToStringIter 
- The iterator produced by IntoStringIter.
- WritableFrom 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.