conduit/src
Charles Hall fe86d28428
move resolver logic into the resolver
Honestly not sure why it wasn't done like this before. This code is much
less awkward to follow and more compartmentalized.

These changes were mainly motivated by a clippy lint triggering on the
original code, which then made me wonder if I could get rid of some of
the `Box`ing. Turns out I could, and this is the result of that.
2024-01-24 15:11:17 -08:00
..
api fix cargo doc lints 2024-01-24 07:22:37 -08:00
config fix cargo clippy lints 2024-01-24 07:22:37 -08:00
database fix cargo clippy lints 2024-01-24 07:22:37 -08:00
service move resolver logic into the resolver 2024-01-24 15:11:17 -08:00
utils Merge branch 'error-leak-fix' into 'next' 2023-08-01 11:25:06 +00:00
lib.rs refactor: cleanup 2022-11-21 20:50:39 +01:00
main.rs fix cargo clippy lints 2024-01-24 07:22:37 -08:00