imag/lib/core/libimagrt/src
Matthias Beyer 19e9dfe33c Implement proxy object where runtime configures output
This is another approach for providing access to stdin/out/err via
libimagrt::runtime::Runtime.

The Runtime object does configure which output gets returned (stdout if
stdout is a tty, else stderr).

With this we can change libimagrt to read/write the store from/to
stdin/stdout without the user noticing that she does not write to stdout
but stderr.
Reading from stdin is not possible then, though.
2018-03-04 13:57:44 +01:00
..
configuration.rs Adapt libimagrt to new error handling 2018-02-12 21:19:47 +01:00
error.rs Adapt libimagrt to new error handling 2018-02-12 21:19:47 +01:00
io.rs Implement proxy object where runtime configures output 2018-03-04 13:57:44 +01:00
lib.rs Implement proxy object where runtime configures output 2018-03-04 13:57:44 +01:00
logger.rs Update dates in license header 2018-02-07 02:48:53 +01:00
runtime.rs Implement proxy object where runtime configures output 2018-03-04 13:57:44 +01: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 Use version string from git, if present 2018-02-13 11:53:51 +01:00