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
I've started working with the new Rust implementation of the Unipept API and I've stumbled upon some confusing names that are given to structs and enums. There are two different structs that are both called Lineage. One is defined in the LineageStore, the other one is defined by a macro in LineageHelper. I think we can rename the one in LineageStore to Rank, but we should discuss this.
The text was updated successfully, but these errors were encountered:
I've started working with the new Rust implementation of the Unipept API and I've stumbled upon some confusing names that are given to structs and enums. There are two different structs that are both called
Lineage
. One is defined in theLineageStore
, the other one is defined by a macro inLineageHelper
. I think we can rename the one inLineageStore
toRank
, but we should discuss this.The text was updated successfully, but these errors were encountered: