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
Add a second variant of ReadOnlyNetworkGraph::get_addresses for C
We cannot expose ReadOnlyNetworkGraph::get_addresses in C as it
returns a list of references to an enum, which the bindings dont
support. Instead, we add a second `#[doc(hidden)]` variant which
the C bindings will expose (and document).
0 commit comments