docs/ustruct: Describe supported type codes.

stream-refactor
Paul Sokolovsky 2016-05-14 20:48:43 +03:00
parent 7b1bf0c308
commit ca63c77073
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@
See `Python struct <https://docs.python.org/3/library/struct.html>`_ for more
information.
Supported size/byte order prefixes: ``@``, ``<``, ``>``, ``!``.
Supported format codes: ``b``, ``B``, ``h``, ``H``, ``i``, ``I``, ``l``,
``L``, ``q``, ``Q``, ``s``, ``P``, ``f``, ``d`` (the latter 2 depending
on the floating-point support).
Functions
---------