lychee/lychee-bin/src
Matthias 47df7780fe
Use captured identifiers in format strings (#507)
Makes for arguably cleaner-looking code.
The downside is that the MSRV is 1.58
https://blog.rust-lang.org/2022/01/13/Rust-1.58.0.html

Given that nobody uses lychee as a library yet
and we have precompiled binaries, it's an acceptable
tradeoff.
My little research revealed that this is a much-liked
feature: https://twitter.com/matthiasendler/status/1483895557621960715
2022-02-12 10:51:52 +01:00
..
commands Use captured identifiers in format strings (#507) 2022-02-12 10:51:52 +01:00
writer Use captured identifiers in format strings (#507) 2022-02-12 10:51:52 +01:00
cache.rs Add caching functionality (v2) (#443) 2022-01-14 15:25:51 +01:00
client.rs Upgrade to Rust 2021 (#427) 2021-12-17 01:32:13 +01:00
color.rs Add support for different output formats (compact, detailed, markdown) (#375) 2021-11-18 00:44:48 +01:00
main.rs Use captured identifiers in format strings (#507) 2022-02-12 10:51:52 +01:00
options.rs Fix default config (#491) 2022-02-07 23:17:50 +01:00
parse.rs Add caching functionality (v2) (#443) 2022-01-14 15:25:51 +01:00
stats.rs Add caching functionality (v2) (#443) 2022-01-14 15:25:51 +01:00
time.rs Add caching functionality (v2) (#443) 2022-01-14 15:25:51 +01:00