{"id":13687944,"url":"https://github.com/srid/cargo-doc-live","last_synced_at":"2025-03-20T23:31:01.443Z","repository":{"id":187968409,"uuid":"677885581","full_name":"srid/cargo-doc-live","owner":"srid","description":"Flake module to provide live server version of `cargo doc`","archived":false,"fork":false,"pushed_at":"2024-08-26T20:37:50.000Z","size":14,"stargazers_count":10,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T00:55:44.635Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srid.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":"2023-08-13T01:14:16.000Z","updated_at":"2024-12-17T20:35:56.000Z","dependencies_parsed_at":"2024-06-06T21:25:35.212Z","dependency_job_id":"1ed93631-e583-49ea-bc50-1e26e49c039f","html_url":"https://github.com/srid/cargo-doc-live","commit_stats":null,"previous_names":["srid/cargo-doc-live"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srid%2Fcargo-doc-live","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srid%2Fcargo-doc-live/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srid%2Fcargo-doc-live/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srid%2Fcargo-doc-live/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srid","download_url":"https://codeload.github.com/srid/cargo-doc-live/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244090742,"owners_count":20396472,"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-08-02T15:01:03.783Z","updated_at":"2025-03-20T23:31:01.170Z","avatar_url":"https://github.com/srid.png","language":"Nix","funding_links":[],"categories":["Nix"],"sub_categories":[],"readme":"# cargo-doc-live\n\nA [flake module](https://nixos.asia/en/flake-parts) to provide a live server version of `cargo doc` ― edit Rust code, and see the docs view in your web browser update automatically.\n\nhttps://github.com/srid/cargo-doc-live/assets/3998/37378858-dda1-40fb-8f6a-f76dc857a661\n\n## Getting Started\n\nFull example: https://github.com/srid/rust-nix-template\n\nAdd the following flake inputs,\n\n```nix\nprocess-compose-flake.url = \"github:Platonic-Systems/process-compose-flake\";\ncargo-doc-live.url = \"github:srid/cargo-doc-live\";\n```\n\nImport the relevant flake-parts modules,\n\n```nix\nimports = [\n  inputs.process-compose-flake.flakeModule\n  inputs.cargo-doc-live.flakeModule\n];\n```\n\nAdd the following to the `packages` of your devShell\n\n```nix\npackages = [\n  config.process-compose.cargo-doc-live.outputs.package\n];\n```\n\nThis will make the `cargo-doc-live` command available in your shell.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrid%2Fcargo-doc-live","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrid%2Fcargo-doc-live","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrid%2Fcargo-doc-live/lists"}