snippets-rs 0.1.0

A parser for the snippet file format, a human-readable file format for storing strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Jonas Everaert <jonas.vbs4@gmail.com>"]
categories = ["parser-implementations"]
description = "A parser for the snippet file format, a human-readable file format for storing strings"
edition = "2021"
homepage = "https://github.com/Jomy10/snippets-rs"
keywords = ["string", "strings", "parser", "text", "store"]
license = "MIT"
name = "snippets-rs"
readme = "README.md"
repository = "https://github.com/Jomy10/snippets-rs"
resolver = "2"
version = "0.1.0"