{"id":15893098,"url":"https://github.com/gemrest/germ","last_synced_at":"2025-03-20T12:34:05.091Z","repository":{"id":57678727,"uuid":"491412444","full_name":"gemrest/germ","owner":"gemrest","description":"🦠 The Definitive Gemini Protocol Toolkit","archived":false,"fork":false,"pushed_at":"2024-06-21T15:47:21.000Z","size":179,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-06-27T12:56:20.088Z","etag":null,"topics":["converter","gemini","gemini-protocol","lexer","markdown","parser"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/germ","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gemrest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-12T07:41:34.000Z","updated_at":"2024-06-29T13:32:26.673Z","dependencies_parsed_at":"2024-06-29T13:32:25.560Z","dependency_job_id":"be46eabd-6182-4037-bc07-4af1b3788c31","html_url":"https://github.com/gemrest/germ","commit_stats":{"total_commits":73,"total_committers":2,"mean_commits":36.5,"dds":"0.013698630136986356","last_synced_commit":"5d791ca0d0882c38e65892f25c952fb070785321"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemrest%2Fgerm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemrest%2Fgerm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemrest%2Fgerm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemrest%2Fgerm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemrest","download_url":"https://codeload.github.com/gemrest/germ/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221766711,"owners_count":16877337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["converter","gemini","gemini-protocol","lexer","markdown","parser"],"created_at":"2024-10-06T08:07:28.299Z","updated_at":"2024-10-28T02:20:43.673Z","avatar_url":"https://github.com/gemrest.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Germ\n\n[![crates.io](https://img.shields.io/crates/v/germ.svg)](https://crates.io/crates/germ)\n[![docs.rs](https://docs.rs/germ/badge.svg)](https://docs.rs/germ)\n[![github.com](https://github.com/gemrest/germ/actions/workflows/check.yaml/badge.svg?branch=main)](https://github.com/gemrest/germ/actions/workflows/check.yaml)\n\nThe Ultimate Gemini Toolkit\n\nGerm is a toolkit for the Gemini protocol which aims to have a little something\nfor everyone. At the moment, Germ has **ZERO** dependencies (unless you use the\n`request` feature), and Germ will continue to try its hardest to have as few\ndependencies as possible.\n\n## Features\n\n- AST builder to easily construct and manipulate AST trees from raw Gemtext\n- Converters to easily convert from Gemtext to markup formats such as HTML or\n  Markdown\n- Blocking and non-blocking request suite\n- Structured meta section manipulation\n- And more!\n\nCheck out the rest of the features in the Features section under Usage\n\n## Usage\n\nCurrent version:\n[![crates.io](https://img.shields.io/crates/v/germ.svg)](https://crates.io/crates/germ)\n\n```toml\n# Cargo.toml\n\n[dependencies]\n# To enable only the base (default) features: ast, convert, meta, request\n# germ = \"*\" # Use current version show above!\n\n# To enable only certain features\n[dependencies.germ]\nversion = \"*\" # Use current version show above!\ndefault-features = false\nfeatures = [\"ast\"] # Enable the features you would like to use!\n```\n\n### Features\n\n| Feature    | Description                                                           |\n| ---------- | --------------------------------------------------------------------- |\n| `default`  | `ast`, `convert`, `meta`, `request`                                   |\n| `ast`      | Construct AST trees from raw Gemtext                                  |\n| `blocking` | Blocking equivalent of `request`                                      |\n| `convert`  | Convert Gemtext to markup formats such as HTML or Markdown            |\n| `request`  | Make Gemini requests, get sane, structured results                    |\n| `meta`     | Structure-ise a Gemini response's meta section                        |\n| `macros`   | Macros to aid with various Germ-related functionalities               |\n| `quick`    | Tiny functions to create valid Gemtext elements from structured input |\n\n### Examples\n\nThoroughly commented examples can be found within the\n[`examples/`](https://github.com/gemrest/germ/tree/main/examples) directory.\n\n## License\n\nThis project is licensed with the\n[GNU General Public License v3.0](https://github.com/gemrest/germ/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemrest%2Fgerm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemrest%2Fgerm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemrest%2Fgerm/lists"}