summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
MegaBrutal [Sun, 19 Feb 2023 03:15:45 +0000 (04:15 +0100)]
Pretty print option
MegaBrutal [Sun, 19 Feb 2023 02:00:00 +0000 (03:00 +0100)]
Use clap to allow selecting output format
MegaBrutal [Sun, 19 Feb 2023 00:15:00 +0000 (01:15 +0100)]
Advance version number
MegaBrutal [Sat, 18 Feb 2023 23:45:00 +0000 (00:45 +0100)]
Preserve input values and pair them to results
MegaBrutal [Sat, 18 Feb 2023 22:15:00 +0000 (23:15 +0100)]
Show error type with debug format
MegaBrutal [Sat, 18 Feb 2023 22:00:00 +0000 (23:00 +0100)]
Use Result::map() instead of matching Err to itself
MegaBrutal [Sat, 18 Feb 2023 21:00:00 +0000 (22:00 +0100)]
Collect all query results into one Vec
MegaBrutal [Sat, 18 Feb 2023 14:45:00 +0000 (15:45 +0100)]
Keep results of address lookups
MegaBrutal [Sat, 18 Feb 2023 03:35:00 +0000 (04:35 +0100)]
Include address in query result
MegaBrutal [Sat, 18 Feb 2023 03:25:00 +0000 (04:25 +0100)]
Consolidate results to one struct
MegaBrutal [Sat, 18 Feb 2023 02:50:00 +0000 (03:50 +0100)]
Serialize fallible values
MegaBrutal [Sat, 18 Feb 2023 00:55:00 +0000 (01:55 +0100)]
Output results in JSON format
MegaBrutal [Sat, 18 Feb 2023 00:40:00 +0000 (01:40 +0100)]
Query multiple addresses from command line
MegaBrutal [Sat, 18 Feb 2023 00:15:00 +0000 (01:15 +0100)]
Initial commit