You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
controllers/version: Add the CrateVersionPathExt trait and provide crate_and_version() fn
Since most endpoints don't need all of the columns for `crates` and
`versions`, it would be great to only load the columns we actually need
to make things faster.
This will enable other endpoints to use the function to make a base
query and customize the needed columns.
0 commit comments