rustdoc has the doc_alias feature that you can see in action here (the two first items are aliases).
Considering that most examples for GNOME libraries are in C, I assumed that users could be looking for the C function in our doc. By adding aliases on our items, we would also return the rust one.
rustdochas thedoc_aliasfeature that you can see in action here (the two first items are aliases).Considering that most examples for GNOME libraries are in C, I assumed that users could be looking for the C function in our doc. By adding aliases on our items, we would also return the rust one.