aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-12 07:42:03 +0000
committerFuwn <[email protected]>2022-05-12 07:42:03 +0000
commitbc5d2312763b4399b246f1e6b9dbfbfa5cd76686 (patch)
tree85ef66154e9a8cad7fbbdd61282d35052c1ea87d /README.md
downloadgerm-bc5d2312763b4399b246f1e6b9dbfbfa5cd76686.tar.xz
germ-bc5d2312763b4399b246f1e6b9dbfbfa5cd76686.zip
feat(0.1.0): initial release0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f4e512a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,44 @@
+# Germ
+
+[![crates.io](https://img.shields.io/crates/v/germ.svg)](https://crates.io/crates/germ)
+[![docs.rs](https://docs.rs/germ/badge.svg)](https://docs.rs/germ)
+[![github.com](https://github.com/gemrest/germ/actions/workflows/check.yaml/badge.svg?branch=main)](https://github.com/gemrest/germ/actions/workflows/check.yaml)
+
+The Ultimate Gemini Toolkit.
+
+Germ is a toolkit for the Gemini protocol which aims to have a little something
+for everyone. At the moment, Germ has **ZERO** dependencies, and Germ will
+continue to try its hardest to have as few dependencies as possible.
+
+## Features
+
+- AST builder to easily construct AST trees from raw Gemtext.
+- Converters to easily convert from Gemtext to markup formats such as HTML or
+ Markdown.
+- More to come!
+
+## Usage
+
+```toml
+# Cargo.toml
+
+[dependencies]
+germ = "0.1.0"
+```
+
+### Features
+
+| Feature | Description |
+|-----------|------------------------------------------------------------------|
+| `ast` | Construct AST trees from raw Gemtext. |
+| `convert` | Convert from Gemtext to markup formats such as HTML or Markdown. |
+
+### Examples
+
+Examples can be found within the
+[`examples/`](https://github.com/gemrest/germ/tree/main/examples) directory.
+
+## License
+
+This project is licensed with the
+[GNU General Public License v3.0](https://github.com/gemrest/germ/blob/main/LICENSE).