|
|
|
|
|
by joshuamorton
3219 days ago
|
|
>Python, however "struct" has a very different meaning in Python. sigh It's intended for encoding/decoding binary data from strings/bytes. That's because the struct module is for dealing with structs, in the C/C++ sense. Like actual structs. That aside, attrs is a great library! |
|