diff options
| author | Fuwn <[email protected]> | 2022-05-17 11:25:00 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-17 11:25:00 +0000 |
| commit | 957e4589074d5a8a869243ee2893e1efe6b75b29 (patch) | |
| tree | 0398115ecc0fd5308a725236a871f7d6b502637a /README.md | |
| parent | docs(0.2.0): bump version (diff) | |
| download | germ-957e4589074d5a8a869243ee2893e1efe6b75b29.tar.xz germ-957e4589074d5a8a869243ee2893e1efe6b75b29.zip | |
docs(readme): add features
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ germ = "*" # Use current version show above! |-----------|------------------------------------------------------------------| | `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 | ### Examples |