diff options
| author | Fuwn <[email protected]> | 2022-06-17 07:45:43 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-17 07:45:43 +0000 |
| commit | ba0e807794e20184f6c0ebcae210a8904048665f (patch) | |
| tree | a6efab4f72367929d50eefc6e2df0e80134f9f1e /README.md | |
| parent | fix(check): use nightly toolchain (diff) | |
| download | germ-0.3.1.tar.xz germ-0.3.1.zip | |
feat(germ): quick gemtext functionsv0.3.1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -20,7 +20,8 @@ dependencies as possible. ## Usage -Current version: [](https://crates.io/crates/germ) +Current version: +[](https://crates.io/crates/germ) ```toml # Cargo.toml @@ -39,12 +40,13 @@ 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 | ### Examples |