{"id":16568693,"url":"https://github.com/drupol/rustin","last_synced_at":"2026-04-18T12:36:17.277Z","repository":{"id":139073216,"uuid":"436162346","full_name":"drupol/rustin","owner":"drupol","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-08T07:55:59.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T11:50:00.339Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","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/drupol.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":"2021-12-08T07:55:57.000Z","updated_at":"2021-12-08T07:56:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"87843be2-6fe3-400b-99b3-76c63f33f1d7","html_url":"https://github.com/drupol/rustin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"srid/rust-nix-template","purl":"pkg:github/drupol/rustin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupol%2Frustin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupol%2Frustin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupol%2Frustin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupol%2Frustin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drupol","download_url":"https://codeload.github.com/drupol/rustin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupol%2Frustin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31969769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-11T21:11:25.119Z","updated_at":"2026-04-18T12:36:17.253Z","avatar_url":"https://github.com/drupol.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"A template Rust project with fully functional and no-frills Nix support, as well as builtin VSCode configuration to get IDE support without doing anything (open in VSCode and accept the suggestions).\n\nSee [Nix-ifying Rust projects](https://notes.srid.ca/rust-nix) for details.\n\n## Adapting this template\n\n- Change `name` in Cargo.toml and flake.nix. Also change `description` in flake.nix.\n- There are two CI workflows, and one of them uses Nix which is slower (unless you configure a cache) than the other that is based on rustup. Pick one or the other depending on your trade-offs.\n\n## Development (Flakes)\n\nThis repo uses [Flakes](https://nixos.wiki/wiki/Flakes) from the get-go, but compat is provided for traditional nix-shell/nix-build as well (see the section below).\n\n```bash\n# Dev shell\nnix develop\n\n# or just run directly\nnix run\n\n# or run via cargo\nnix develop -c cargo run\n\n# build\nnix build\n```\n\n## Development (Legacy Nix)\n\n```bash\n# Dev shell\nnix-shell\n\n# run via cargo\nnix-shell --run 'cargo run'\n\n# build\nnix-build\n```\n\nThere is a also a `bin/run` script which starts 'cargo watch'; and it is used by VSCode as well (`Ctrl+Shift+B`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrupol%2Frustin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrupol%2Frustin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrupol%2Frustin/lists"}