{"id":20360829,"url":"https://github.com/mardiros/rustaman","last_synced_at":"2025-04-12T03:53:35.506Z","repository":{"id":50566813,"uuid":"129593658","full_name":"mardiros/rustaman","owner":"mardiros","description":"A Templating REST Client","archived":false,"fork":false,"pushed_at":"2025-02-18T07:02:47.000Z","size":387,"stargazers_count":14,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T03:53:30.474Z","etag":null,"topics":["gtk-rs","gtk3","gui","relm","rest-client","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mardiros.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":"2018-04-15T09:04:05.000Z","updated_at":"2025-03-18T19:10:52.000Z","dependencies_parsed_at":"2025-01-14T08:25:47.157Z","dependency_job_id":"003ed01b-4670-440d-a01f-7539b9d00f82","html_url":"https://github.com/mardiros/rustaman","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mardiros%2Frustaman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mardiros%2Frustaman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mardiros%2Frustaman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mardiros%2Frustaman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mardiros","download_url":"https://codeload.github.com/mardiros/rustaman/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514207,"owners_count":21116899,"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":["gtk-rs","gtk3","gui","relm","rest-client","rust"],"created_at":"2024-11-14T23:43:08.066Z","updated_at":"2025-04-12T03:53:35.488Z","avatar_url":"https://github.com/mardiros.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rustaman\n\n\n[![dependency status](https://deps.rs/repo/github/mardiros/rustaman/status.svg)](https://deps.rs/repo/github/mardiros/rustaman)\n\n\n\nA Template based HTTP client.\n\n\n## Status\n\nunstable/under development\n\n\n## Install on Archlinux\n\nYou can install the package `rustaman-git` from [AUR](https://aur.archlinux.org/packages/rustaman-git).\n\n\n## Install from source\n\nYou must have GTK 4 installed on your OS to get it working.\nThe GTK SourveView 5 has to be installed too.\n\n\n### Development Environment Setup for Archlinux\n\n```bash\nsudo pacman -Sy gtk4 gtksourceview5 openssl\n```\n\n### Development Environment Setup for Ubuntu\n\nYou must have libglib2.0-dev, libcairo2-dev,libpango1.0-dev,libgraphene-1.0-dev,\nlibgdk-pixbuf2.0-dev,libgtk-4-dev,libadwaita-1-dev,libgtksourceview-5-dev installed on \nyour OS to get it working\n\n```bash\nsudo apt-get update\nsudo apt-get install libglib2.0-dev \\\n    libcairo2-dev  \\\n    libpango1.0-dev  \\\n    libgraphene-1.0-dev  \\\n    libgdk-pixbuf2.0-dev  \\\n    libgtk-4-dev  \\\n    libadwaita-1-dev  \\\n    libgtksourceview-5-dev \n```\n\n\n\n### Clone the repository\n\n```\n    git clone https://github.com/mardiros/rustaman.git\n    cd rustaman\n```\n\n### Copy assets for syntax highlighting\n\n#### On Linux\n\n```\n    mkdir -p ~/.config/rustaman\n    cp assets/* ~/.config/rustaman\n```\n\n\n#### On MacOS\n\n```\n    mkdir $HOME/Library/Preferences/rustaman\n    cp assets/* $HOME/Library/Preferences/rustaman\n```\n\n### Build\n```\n    cargo build\n```\n\nOr in release mode:\n\n```\n    cargo build --release\n```\n\n\n### Run with logging info\n\n```\n    RUST_BACKTRACE=1 RUST_LOG=rustaman=debug cargo run\n```\n\nOr in release mode with the error level:\n\n```\n    RUST_BACKTRACE=1 RUST_LOG=rustaman=error cargo run --release\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmardiros%2Frustaman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmardiros%2Frustaman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmardiros%2Frustaman/lists"}