Browse Source
"ustruct" is good example of micro-ified module, so rather should belong to the corresponding list.pull/2007/head
Paul Sokolovsky
9 years ago
2 changed files with 5 additions and 6 deletions
@ -1,7 +1,7 @@ |
|||
:mod:`struct` -- pack and unpack primitive data types |
|||
===================================================== |
|||
:mod:`ustruct` -- pack and unpack primitive data types |
|||
====================================================== |
|||
|
|||
.. module:: struct |
|||
.. module:: ustruct |
|||
:synopsis: pack and unpack primitive data types |
|||
|
|||
See `Python struct <https://docs.python.org/3/library/struct.html>`_ for more |
Loading…
Reference in new issue