{"id":13632537,"url":"https://github.com/lmt-swallow/puppy-browser","last_synced_at":"2025-04-18T02:33:30.893Z","repository":{"id":39859475,"uuid":"362716394","full_name":"lmt-swallow/puppy-browser","owner":"lmt-swallow","description":"An example implementation of a tiny Web browser for educational purposes.","archived":false,"fork":false,"pushed_at":"2022-09-11T14:38:45.000Z","size":188,"stargazers_count":634,"open_issues_count":2,"forks_count":24,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-08-01T22:53:40.420Z","etag":null,"topics":["browser","education","rust","web"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lmt-swallow.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}},"created_at":"2021-04-29T06:42:36.000Z","updated_at":"2024-07-09T09:48:15.000Z","dependencies_parsed_at":"2023-01-17T18:31:13.874Z","dependency_job_id":null,"html_url":"https://github.com/lmt-swallow/puppy-browser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmt-swallow%2Fpuppy-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmt-swallow%2Fpuppy-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmt-swallow%2Fpuppy-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmt-swallow%2Fpuppy-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmt-swallow","download_url":"https://codeload.github.com/lmt-swallow/puppy-browser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223772259,"owners_count":17199975,"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":["browser","education","rust","web"],"created_at":"2024-08-01T22:03:06.216Z","updated_at":"2024-11-09T00:31:36.872Z","avatar_url":"https://github.com/lmt-swallow.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# puppy\n\n[![Run tests](https://github.com/lmt-swallow/puppy/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/lmt-swallow/puppy/actions/workflows/test.yml) [![Run lint](https://github.com/lmt-swallow/puppy/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/lmt-swallow/puppy/actions/workflows/lint.yml)\n\n`puppy` is an example implementation of a tiny Web browser for educational purposes.\n\n![puppy-browser](./docs/images/puppy-browser.png)\n\n## How to run puppy locally\n\nYou can run puppy program with the following command(s):\n\n```sh\ncargo run -- help\n```\n\n## How to install puppy\n\nYou can install puppy by the following command(s):\n\n```sh\ncargo install --locked --path . --force\n```\n\nAfter you have successfully installed puppy, you can see help as follows:\n\n```sh\npuppy help\n```\n\nYou can install shell completions as follows:\n\n```sh\n# in bash\neval \"$(puppy completion bash)\"\n\n# in fish\npuppy completion fish | source\n```\n\n## How to run tests locally\n\nYou can run tests with the following command(s):\n\n```sh\ncargo test\n```\n\n## How to speed up build process\n\nYou can cache files related to V8 as follows:\n\n```bash\n$ export RUSTY_V8_MIRROR=$HOME/.cache/rusty_v8\n(...omitted...)\n$ ./scripts/prepare-v8.sh\n(...omitted...)\n$ cargo build\n(...omitted...)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmt-swallow%2Fpuppy-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmt-swallow%2Fpuppy-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmt-swallow%2Fpuppy-browser/lists"}