|
b59c234588
|
Use clap "^2.29" instead of ">=2.29"
|
2018-04-13 16:17:43 +02:00 |
|
|
e61ccc9561
|
Fix: Entry::to_str() should return Result<_>
Because serializing might fail.
Also fixes all usages of the API.
|
2018-03-26 14:24:42 +02:00 |
|
|
50461b839a
|
Use output stream from Runtime::stdout()
|
2018-03-04 13:57:44 +01:00 |
|
|
b9d04730db
|
Fix for broken pipe panics
|
2018-02-19 11:14:19 +01:00 |
|
|
9469693763
|
Use new make_imag_version!() macro for building version string
|
2018-02-13 11:38:34 +01:00 |
|
|
30d2c28a22
|
Update version string: 0.6.0 -> 0.7.0
|
2018-02-11 14:22:24 +01:00 |
|
|
8656a38c50
|
Update dependency: clap: 2.17 -> 2.29
|
2018-02-10 16:40:34 +01:00 |
|
|
9d2900a7dc
|
Compile clap with suggestions and color support
|
2018-02-10 16:40:34 +01:00 |
|
|
d5a9e4930d
|
Update dates in license header
And add missing header in one file
|
2018-02-07 02:48:53 +01:00 |
|
|
8e931cd79f
|
Change calls to into_get_iter() to not take argument
|
2018-02-01 16:46:38 +01:00 |
|
|
030e32e44f
|
Provide StoreId Iterator which has a ref to the Store
This change is needed so we can refactor the "get" iterator to not take
an argument (the store) later, which improves the API.
|
2018-02-01 15:47:39 +01:00 |
|
|
7731b88c97
|
Remove map_err_trace_exit() calls in favour of map_err_trace_exit_unwrap()
|
2018-01-29 09:38:32 +01:00 |
|
|
0c4be78223
|
Update dependency: toml-query -> 0.6
|
2018-01-13 01:14:03 +01:00 |
|
|
bfc35e0517
|
Remove dependency "version"
Because the "version" crate is licensed as GPL, which would us require
to release imag as GPL, we remove the crate now.
|
2018-01-12 13:33:40 +01:00 |
|
|
774933ae4a
|
Merge pull request #1163 from matthiasbeyer/libimagstore/mighty-iters
libimagstore: More powerful iterator extensions
|
2017-12-25 22:02:56 +01:00 |
|
|
3c8dd19d11
|
Update version strings: 0.5.0 -> 0.6.0
|
2017-12-25 19:17:07 +01:00 |
|
|
d6e1994eeb
|
Fix: Explicitely import only relevant trait
|
2017-12-24 13:52:50 +01:00 |
|
|
36adac4a16
|
Add output about max internal links and max overall byte size
|
2017-10-16 14:43:21 +02:00 |
|
|
6daeefa0d8
|
Show average link count in all entries
|
2017-10-16 14:43:21 +02:00 |
|
|
f9a56bee3f
|
Add a few small diagnostics
|
2017-10-16 14:43:00 +02:00 |
|
|
ec78237198
|
Initial imag-diagnostics import
|
2017-10-16 14:43:00 +02:00 |
|