Crates.io | germ-macros-impl |
lib.rs | germ-macros-impl |
version | 0.1.2 |
source | src |
created_at | 2022-06-14 09:06:16.753036 |
updated_at | 2022-06-28 08:06:57.658815 |
description | Germ Macro Implementations |
homepage | https://github.com/gemrest/germ |
repository | https://github.com/gemrest/germ |
max_upload_size | |
id | 605650 |
size | 3,339 |
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 (unless you use the
request
feature), and Germ will continue to try its hardest to have as few
dependencies as possible.
# Cargo.toml
[dependencies]
# To enable all features
# germ = "*" # Use current version show above!
# To enable certain features
[dependencies.germ]
version = "*" # Use current version show above!
default-features = false
features = ["ast"] # Enable the features you would like to use!
Feature | Description |
---|---|
ast |
Construct AST trees from raw Gemtext. |
convert |
Convert from Gemtext to markup formats such as HTML or Markdown. |
request |
Make Gemini requests and get sane, structured results. |
meta |
Structure-ize a Gemini response's meta section |
macros |
Macros to aid with various Germ-related functionalities |
quick |
Quick functions to create valid Gemtext elements from input |
Examples can be found within the
examples/
directory.
This project is licensed with the GNU General Public License v3.0.