From 3970616451ab4336e37a7ddfdc67f51e01e55926 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 24 Mar 2024 14:24:20 +0000 Subject: refactor: module for blocking, default to non-blocking --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 26b0e01..7dfc35c 100644 --- a/README.md +++ b/README.md @@ -39,15 +39,16 @@ features = ["ast"] # Enable the features you would like to use! ### Features -| 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 | -| `sync` | An asynchronous version of `request` | +| 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 | ### Examples -- cgit v1.2.3