imag/lib/core
Matthias Beyer d87ea7b305 Add StoreId::local_display_string() function
for safely creating a `String` object from `StoreId` which can be shown
to the user.

Mainly introduced because this is useful for error handling (when
putting a `StoreId` into an error kind, the compiler complains that
`StoreId` does not meet the required trait bounds. But `String` does and
we do not process the ID any further anyways).

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-10-13 11:52:16 +02:00
..
libimagerror Update dependency: ansi_term: 0.10 -> 0.11 2018-09-30 15:04:51 +02:00
libimagrt Add detailed comments on how the logger works 2018-10-11 00:15:48 +02:00
libimagstore Add StoreId::local_display_string() function 2018-10-13 11:52:16 +02:00