mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
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. |
||
---|---|---|
.. | ||
auth | ||
endpoints | ||
storage | ||
error.rs | ||
git.rs | ||
main.rs | ||
package.rs | ||
request_path.rs | ||
search.rs |