Using Hare ========== These documents cover specific topics related to Hare usage. For a more general introduction to Hare, consider the `General language introduction `_. Documentation on the standard library, as well as any third-party modules you have installed, is available on the command line with the ``haredoc`` tool. The standard library documentation is also `available online `_. You should have also received the manual pages with your local Hare installation. Manual pages are available for all Hare commands -- start with ``man hare``. .. toctree:: :maxdepth: 2 :caption: Contents modules documentation project-structure system-libraries assembly-sources cross freestanding debugging profiling style