Files
vaultwarden/src/db/models
BlackDex 9e5b94924f Merge ClientIp with Headers.
Since we now use the `ClientIp` Guard on a lot more places, it also
increases the size of binary, and the macro generated code because of
this extra Guard. By merging the `ClientIp` Guard with the several
`Header` guards we have it reduces the amount of code generated
(including LLVM IR), but also a small speedup in build time.

I also spotted some small `json!()` optimizations which also reduced the
amount of code generated.
2023-03-11 16:58:32 +01:00
..
2023-03-11 16:58:32 +01:00
2023-02-28 20:43:22 +01:00
2022-10-23 00:49:23 +02:00
2022-10-23 00:49:23 +02:00
2023-02-07 13:52:52 -05:00
2023-01-25 08:06:21 +01:00
2022-11-13 10:03:06 +01:00
2022-10-23 00:49:23 +02:00
2022-10-23 00:49:23 +02:00
2023-02-07 13:52:52 -05:00