Skip to content
Snippets Groups Projects
Commit ca63c770 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/ustruct: Describe supported type codes.

parent 7b1bf0c3
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,12 @@ ...@@ -7,6 +7,12 @@
See `Python struct <https://docs.python.org/3/library/struct.html>`_ for more See `Python struct <https://docs.python.org/3/library/struct.html>`_ for more
information. 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 Functions
--------- ---------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment