Germ

crates.io docs.rs github.com

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

Usage

Current version: crates.io

```toml

Cargo.toml

[dependencies] germ = "*" # Use current version show above! ```

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/ directory.

License

This project is licensed with the GNU General Public License v3.0.