.. bitstruct documentation master file, created by
   sphinx-quickstart on Sat Apr 25 11:54:09 2015.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. toctree::
   :maxdepth: 2

bitstruct - Interpret strings as packed binary data
===================================================

.. include:: ../README.rst

Functions
=========

.. autofunction:: bitstruct.pack
.. autofunction:: bitstruct.unpack
.. autofunction:: bitstruct.calcsize
.. autofunction:: bitstruct.byteswap
.. autofunction:: bitstruct.compile

Classes
=======

.. autoclass:: bitstruct.CompiledFormat
    :members:
