Expand description
This specific implementation of the snippet parser does not read all strings into memory immediately. Rather, it reads lines into memory as needed.
Structsยง
- Snippet
- Represents a snippet, with a
title
and astring
- Snippet
Error - Snippet
Parser - Parses a snippet file, or creates a new struct representing a snippet file.