Is there a way to serialize hibitset to bytes? I could implement Serde and use bincode, but wanted to know if there is an existing way to do this. I tested adding optional serde to the source code and it works fine, if you like I can fork and submit a pull request.