21 lines
527 B
ReStructuredText
21 lines
527 B
ReStructuredText
servant – A Type-Level Web DSL
|
||
==============================
|
||
|
||
.. image:: https://raw.githubusercontent.com/haskell-servant/servant/master/servant.png
|
||
|
||
``servant`` is a set of packages for writing web applications and tools around them.
|
||
It allows to
|
||
|
||
- write servers,
|
||
- obtain clients (in haskell),
|
||
- generate client functions for other programming languages and
|
||
- generate documentation for your web applications.
|
||
|
||
All in a type-safe manner.
|
||
|
||
.. toctree::
|
||
:maxdepth: 2
|
||
|
||
introduction.rst
|
||
tutorial/index.rst
|
||
links.rst
|