This repository has been archived on 2026-04-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bhlib/doc/HowTo.md

9 lines
295 B
Markdown
Raw Normal View History

# 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.