Paul Sokolovsky e9db840480 py: Start implementing "struct" module.
Only calcsize() and unpack() functions provided so far, for little-endian
byte order. Format strings don't support repition spec (like "2b3i").

Unfortunately, dealing with all the various binary type sizes and alignments
will lead to quite a bloated "binary" helper functions  - if optimizing for
speed. Need to think if using dynamic parametrized algos makes more sense.
2014-04-10 03:58:03 +03:00
..
2014-04-01 01:17:33 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-04-08 22:11:40 +03:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-04-09 20:21:00 +01:00
2014-03-30 13:35:08 +01:00
2014-04-05 20:51:29 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 23:30:15 +03:00
2014-03-17 02:43:40 -07:00
2014-04-10 03:58:03 +03:00