Angry Bits

Words on bytes and bits

Fear and loathing with ctypes

Yesterday I've done some hacks with ctypes. ctypes is a nice library but I've felt like the doc wasn't that good. My task was to wrap librsync to make it available to Python code. I was quite surprised to find out that such a wrapper didn't ...