{"id":15612221,"url":"https://github.com/aergonaut/pimento","last_synced_at":"2025-04-04T08:22:23.168Z","repository":{"id":150682827,"uuid":"50721416","full_name":"aergonaut/pimento","owner":"aergonaut","description":null,"archived":false,"fork":false,"pushed_at":"2016-01-30T11:14:19.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T19:29:19.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/aergonaut.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}},"created_at":"2016-01-30T11:14:11.000Z","updated_at":"2016-01-30T11:14:20.000Z","dependencies_parsed_at":"2023-04-23T13:15:55.600Z","dependency_job_id":null,"html_url":"https://github.com/aergonaut/pimento","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aergonaut%2Fpimento","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aergonaut%2Fpimento/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aergonaut%2Fpimento/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aergonaut%2Fpimento/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aergonaut","download_url":"https://codeload.github.com/aergonaut/pimento/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142851,"owners_count":20890806,"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":[],"created_at":"2024-10-03T06:22:22.387Z","updated_at":"2025-04-04T08:22:23.145Z","avatar_url":"https://github.com/aergonaut.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pimento\n\n## Project structure\n\nI have split the project into two sections to help isolate code.\n\nThe file `src/bin/pimento.rs` is the main entry-point to the application. This\nfile is compiled into a binary and which is executed to bind the port and serve\nrequests. This file contains the routing definitions as well as the config for\nthe middleware stack, etc.\n\nIn `src/pimento` there are various library files that make up the main chunk of\napplication code.\n\nRoute handlers are defined in the `handlers` module, each in their own module.\nMy convention is that each handler module exports a single `handle` function,\nbut this might change.\n\nEach of the handler functions are wired up to their routes through the router in\n`src/bin/pimento.rs`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faergonaut%2Fpimento","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faergonaut%2Fpimento","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faergonaut%2Fpimento/lists"}