imag/lib/core/libimagrt/src
Matthias Beyer 8d1022b1ac Fix: Explicitely use Itertools::flatten()
As of rustc 1.26, the `flatten()` method on iterators is preserved by
the rust standard library.
This could cause this code to hard-error some time in the future with
the `flatten()` function actually implemented by the standard library.

Hence we move to use the `Itertools::flatten()` function here
explicitely.
2018-05-11 15:45:42 +02:00
..
configuration.rs Fix: Explicitely use Itertools::flatten() 2018-05-11 15:45:42 +02:00
error.rs Fix: Pass /dev/tty as stdin for editor 2018-03-23 23:55:06 +01:00
io.rs Provide LockedOutputProxy which holds locked variants of Stdout/Stderr 2018-03-04 15:42:00 +01:00
lib.rs Implement proxy object where runtime configures output 2018-03-04 13:57:44 +01:00
logger.rs Fix log level setting in runtime 2018-04-14 21:27:16 +02:00
runtime.rs Add CLI validators in default CLI setup 2018-05-04 11:21:49 +02:00
setup.rs Update dates in license header 2018-02-07 02:48:53 +01:00
spec.rs Update dates in license header 2018-02-07 02:48:53 +01:00
version.rs Update version string: 0.8.0 -> 0.9.0 2018-05-09 11:39:33 +02:00