741048839c
replace remaining OnceCells w/ Lazys, simplifying
...
i prefer Lazy because it simplifies initialisation by a lot, allowing for the removal of stuff like `init_db()` and the `clap_version()` functions
2021-09-25 00:54:52 +10:00
afa2bb8784
is it "an str" (ess-tee-arh) or "a str" (stir)?
2021-09-23 02:09:57 +10:00
043e0972c5
include git commit SHA in --version
output
2021-09-23 02:07:18 +10:00
a800be63f7
use SmartStrings in more places
2021-09-23 01:33:41 +10:00
c3adaea88c
a minor multitude of meager modifications
...
- clippy.sh now works if you're a weirdo with spaces in their $HOME path
- a """performance optimisation""" to utils.rs so minor that i would be surprised if it saved the world one microwatt of electricity over my entire lifespan
- cargo update
- removed useless extension_from_path function
2021-08-01 01:44:17 +10:00
0d034a5c4b
minor logging changes
...
logs use abbreviated level names:
[D] example
instead of
[DEBUG] example
also, you can now use FIF_LOG instead of RUST_LOG
2021-07-01 18:52:53 +10:00
ec4ad77136
donut repeat yourself
2021-06-14 17:54:11 +10:00
bd1a2a3e3a
print some more handy info in trace logs
2021-06-14 17:35:47 +10:00
0278fe252e
kode kleanup
2021-06-14 17:08:52 +10:00
6934dd0b5e
move some commonly used constants into a single module
2021-06-14 17:07:38 +10:00