I want to thank the authors, this library looks awesome. However, the available documentation is extremely rudimentary, and the existing examples are too short/confusing for beginners, and digging into the source code feels like diving into a rabbit hole. Please write a more verbose documentation and the beginner-friendly interface (for example, for my needs, I need essentially to open the file, read binary data with a signature something like (void* dst, size_t size), and seek the position inside the file. So something as simple as std::filebuf would be great to have. Thanks!