C implementation of the bitstruct library.
conda install avalentino::cbitstruct
cbitstruct is intended to have a similar interface as the python struct module, but working on bits instead of primitive data types (char, int, ...).