Hi :) Thank you for such a simple yet working library. I noticed that this library only supports big endianness. I want to use it on x86 system and to use this library I would have to reverse bytes first. Can you add functions like ```c++ template<class T> T to_variable_from_le(const uint8_t* block) ``` and ```c++ template<class T> T to_variable_from_be(const uint8_t* block) ```