{"id":17946518,"url":"https://github.com/humangrass/multitool","last_synced_at":"2026-01-26T03:32:41.849Z","repository":{"id":259478902,"uuid":"877614364","full_name":"humangrass/multitool","owner":"humangrass","description":"Useful module for creating services on Rust","archived":false,"fork":false,"pushed_at":"2024-11-09T10:53:30.000Z","size":2027,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T21:40:23.525Z","etag":null,"topics":["logging","postgresql","redis","rust","sqlx"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/humangrass.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-10-23T23:58:18.000Z","updated_at":"2024-11-09T10:53:34.000Z","dependencies_parsed_at":"2024-10-25T21:45:59.180Z","dependency_job_id":"3babe283-a64a-4ec6-9637-bb1766b4365d","html_url":"https://github.com/humangrass/multitool","commit_stats":null,"previous_names":["humangrass/multitool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/humangrass/multitool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humangrass%2Fmultitool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humangrass%2Fmultitool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humangrass%2Fmultitool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humangrass%2Fmultitool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humangrass","download_url":"https://codeload.github.com/humangrass/multitool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humangrass%2Fmultitool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:19:35.311Z","status":"ssl_error","status_checked_at":"2026-01-26T03:19:13.815Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["logging","postgresql","redis","rust","sqlx"],"created_at":"2024-10-29T07:05:59.625Z","updated_at":"2026-01-26T03:32:41.824Z","avatar_url":"https://github.com/humangrass.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multitool\n\nUseful module for creating services on Rust.\n\n\u003cimg src=\"assets/multitool.png\" alt=\"multitool\" style=\"width:400px;\"/\u003e\n\n# Features\n\n### 1. Database\n\nThe `database` module provides functionality for working with PostgreSQL using asynchronous connection pooling\nvia `sqlx`. This module includes:\n\n- Database connection settings via `DatabaseConfig`.\n- Connection pooling functionality for PostgreSQL.\n- `TODO: mysql`\n\nTo enable PostgreSQL support, use the `full` or `database` feature. Available by default.\n\n### 2. Logger\n\nThe `logger` module provides a logging system based on `tracing-subscriber` and supports different logging\nlevels (`Info`, `Debug`, `Error`, etc.). You can configure logging levels via `LogLevel` and use them to output\nstructured logs.\n\nTo enable logging, use the `full` or `logger` feature. Available by default.\n\n### 3. Rediska\n\nThe `rediska` module provides functionality for working with Redis using asynchronous connection pooling via `bb8`. This\nmodule includes:\n\n- Redis connection settings via `RedisConfig`.\n- Connection pooling for Redis.\n- Convenient methods for setting and getting values in Redis.\n\nThe `RedisConfig` allows you to configure parameters like the host, port, username, password, database, connection\ntimeout, and pool size. If you’re working with Redis clusters or socket connections, you can specify a connection_url\ndirectly.\n\nTo enable Redis support, use the `full` or `rediska` features. Available by default.\n\n# Usage\n\nDocumentation is available [here](https://docs.rs/multitool-hg/latest/multitool_hg/) and\non [crates.io](https://crates.io/crates/multitool-hg).\n\n# Testing\n\nYou can run tests for all modules using the `full` feature:\n\n```bash\ncargo test --features full\n```\n\nChecking the correctness of the build:\n\n```bash\ncargo build --features full\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumangrass%2Fmultitool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumangrass%2Fmultitool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumangrass%2Fmultitool/lists"}