WIP Rust index wrapper
This passes all the tests for me with Python 2.7 Usage depends on an environment variable for simplicity of early testing. This has to be finalized for submission
Task list for submission:
-
replace environment-based conditional hooking by proper configuration item -
test with Python3 -
remove code duplication / reorganize (directory for module crate::revlog
?) -
dedicated test-rust-index.py
-
thorough tests for reference counts: neither leaks, nor premature deallocations
Edited by Pierre-Yves David