afi_docf 0.0.1

Aldaron's Format Interface / docf is a library developed by Plop Grizzly for reading and writing docf (Aldaron's Document Format) files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[package]
authors = ["Jeron Aldaron Lau <jeron.lau@plopgrizzly.com>"]
categories = ["encoding", "no-std", "parsing", "text-processing"]
description = """
    Aldaron's Format Interface / docf is a library developed by Plop Grizzly for
    reading and writing docf (Aldaron's Document Format) files.
"""
documentation = "https://docs.rs/afi_docf"
exclude = ["examples/*", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", ".gitignore", "_config.yml", "ISSUE_TEMPLATE.md", "icon.png"]
homepage = "http://plopgrizzly.com/afi_docf"
keywords = ["docf", "document", "afi", "text", "format"]
license = "MIT"
name = "afi_docf"
readme = "README.md"
repository = "https://github.com/plopgrizzly/afi_docf"
version = "0.0.1"