Expand description
Bindings for CPython extension code
This exposes methods to build and use a rustlazyancestors
iterator
from C code, using an index and its parents function that are passed
from the caller at instantiation.
Functionsยง
- rustlazyancestors_
contains - rustlazyancestors_
drop - Deallocator to be called from C code
- rustlazyancestors_
init - Wrapping of AncestorsIterator
constructor, for C callers. - rustlazyancestors_
next - Iteration main method to be called from C code