imag/lib/core
Matthias Beyer 01db294700 Add Runtime::input_is_pipe()
We need this because we might want to check whether we can get the STDIN
handle from the runtime or not.
In some (rare) cases, the runtime "thinks" that STDIN is a stream of
IDs, but it is not. So the client can check whether stdin is a pipe
(thus, whether Runtime thinks that there's a stream of IDs) and easily
work around that by taking ::std::io::stdin() itself.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-11-09 15:51:09 +01:00
..
libimagerror Revert "Add extension traits for handling Result<Option<T>, E> conversion" 2019-10-26 18:16:37 +02:00
libimagrt Add Runtime::input_is_pipe() 2019-11-09 15:51:09 +01:00
libimagstore Add Entry::set_content() 2019-10-26 16:24:02 +02:00