diff options
| author | Fuwn <[email protected]> | 2024-03-24 14:36:30 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-24 14:36:30 +0000 |
| commit | d29c999fffb5d5dcdc981c2408246836f1b563e5 (patch) | |
| tree | 0c4dddeca3ae9c919f30be79dfc77e8168072c85 | |
| parent | refactor: module for blocking, default to non-blocking (diff) | |
| download | germ-d29c999fffb5d5dcdc981c2408246836f1b563e5.tar.xz germ-d29c999fffb5d5dcdc981c2408246836f1b563e5.zip | |
docs(readme): update feature descriptions
| -rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -39,16 +39,16 @@ features = ["ast"] # Enable the features you would like to use! ### Features -| Feature | Description | -| ---------- | ---------------------------------------------------------------- | -| `default` | `ast`, `convert`, `meta`, `request` | -| `ast` | Construct AST trees from raw Gemtext. | -| `blocking` | Blocking equivalent of `request` | -| `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 | +| Feature | Description | +| ---------- | --------------------------------------------------------------------- | +| `default` | `ast`, `convert`, `meta`, `request` | +| `ast` | Construct AST trees from raw Gemtext | +| `blocking` | Blocking equivalent of `request` | +| `convert` | Convert Gemtext to markup formats such as HTML or Markdown | +| `request` | Make Gemini requests, get sane, structured results | +| `meta` | Structure-ise a Gemini response's meta section | +| `macros` | Macros to aid with various Germ-related functionalities | +| `quick` | Tiny functions to create valid Gemtext elements from structured input | ### Examples |