fc45376673
updated copyright years, fixed reuse compliance
...
somehow i had listed the license as LGPL 3 instead of GPL 3 in all the reuse headers, and never noticed... 0uo
2022-01-23 03:10:17 +10:00
58d5ac7e75
mostly just formatting
2021-10-06 01:41:08 +10:00
b5ef95b6ef
documentation
2021-10-06 01:33:15 +10:00
6d32beedcc
cleanup
2021-10-06 00:26:04 +10:00
ce79cf14ba
licensing stuff via reuse tool
2021-10-06 00:24:08 +10:00
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
c2e6738f6b
use Lazy instead of OnceCell for MIMEDB
2021-09-24 23:53:02 +10:00
8a7cbca461
cargo fmt, rearranging use statements
...
by setting `group_imports = "StdExternalCrate"` in `rustfmt.toml`, cargo fmt/rustfmt rearranges your use statements into three groups:
- std/core/alloc,
- followed by external crates,
- followed by self/super/crate
2021-09-24 18:11:25 +10:00
fa49dd9fb5
merged inspectors module into files
2021-08-28 18:09:15 +10:00
ebf2f152f0
moved string_type mod into lib.rs
2021-08-28 18:00:31 +10:00
fb81f26ff5
cargo fmt
2021-08-28 17:59:04 +10:00
557f5132ff
new files module
2021-08-28 17:58:30 +10:00
d625fef106
split fif into lib and bin
2021-08-28 17:54:01 +10:00