Crate snippets_rs

Source
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 a string
SnippetError
SnippetParser
Parses a snippet file, or creates a new struct representing a snippet file.