diff options
| author | Fuwn <[email protected]> | 2023-04-16 03:10:05 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-16 03:10:05 +0000 |
| commit | 38b68b5b7990fd43a74256a5ad513945866c0617 (patch) | |
| tree | b53514da95f460c09543033515ad7efec4e9b410 /README.md | |
| parent | refactor: optimise return types (diff) | |
| download | germ-38b68b5b7990fd43a74256a5ad513945866c0617.tar.xz germ-38b68b5b7990fd43a74256a5ad513945866c0617.zip | |
feat(sync): asynchronous request
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ features = ["ast"] # Enable the features you would like to use! | `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` | ### Examples |