aboutsummaryrefslogtreecommitdiff
path: root/doc/HowTo.md
blob: 8fcafd5a05963603ddcd09a8279cdd5e29d437ea (plain)
1
2
3
4
5
6
7
8
# HowTo guides

For the time being there is only one HowTo guide:

- [Writing PACK reader utility](HowTo/PakReader.md) which covers the basics of
  using IO, Args and Utils modules.
- [Basic UTF-8 to UTF-8 transcoder](HowTo/Utf8Test.md) which covers the basics
  of using IO and String modules.