Crate hgdirectffi

Source
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