imag/lib/core/libimagrt/src
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
..
application.rs Add ImagApplication trait for CLI completion + single-binary support 2019-10-26 14:41:31 +02:00
configuration.rs [No-auto] lib/core/rt: Fix Clippy warnings 2019-08-28 18:18:41 +02:00
io.rs Update copyright years 2019-01-03 18:41:36 +01:00
iter.rs Add extension trait for iterator over Result<Entry> 2019-10-27 13:39:34 +01:00
lib.rs Add iterator extensions for store-id touched reporting 2019-10-27 13:39:34 +01:00
logger.rs [No-auto] lib/core/rt: Fix Clippy warnings 2019-08-28 18:18:41 +02:00
runtime.rs Add Runtime::input_is_pipe() 2019-11-09 15:51:09 +01:00
setup.rs Run 'cargo fix' for rust-2018 2019-05-18 00:20:59 +02:00
spec.rs Update copyright years 2019-01-03 18:41:36 +01:00
version.rs Update copyright years 2019-01-03 18:41:36 +01:00