rdkit-sys
rdkit-sys copied to clipboard
Convert BitVec<u64> to BitVec<u8>
The Boost library returns explicit bitvects as vectors of u64 (so whole CPU words). but libraries like tantivy expect vectors of u8. we should add a helper function for converting Vec<u64> to Vec<u8>