pesde/registry
daimond113 d6e2f611d8
perf: use or_else variants for expensive errors
This commit changes the error construction in
multiple places from the `*_or` to the `*_or_else`
variants. This is done to avoid the heap
allocation (for example, `to_string`) when there
is no need to.
2025-02-14 23:42:33 +01:00
..
src perf: use or_else variants for expensive errors 2025-02-14 23:42:33 +01:00
.env.example feat(registry): add DATA_DIR variable 2024-11-03 13:40:06 +01:00
Cargo.toml style: enable lints in registry 2025-02-12 23:42:16 +01:00
CHANGELOG.md chore(registry): add missing changelog entries 2025-02-12 23:15:43 +01:00