{"id":20139678,"url":"https://github.com/livesplit/auto-splitter-template","last_synced_at":"2026-02-27T17:45:41.939Z","repository":{"id":177819693,"uuid":"660957185","full_name":"LiveSplit/auto-splitter-template","owner":"LiveSplit","description":"A template for creating an auto splitter in Rust.","archived":false,"fork":false,"pushed_at":"2024-06-29T13:25:27.000Z","size":20,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-27T12:14:36.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Liquid","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/LiveSplit.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":"2023-07-01T10:36:36.000Z","updated_at":"2025-04-26T06:35:57.000Z","dependencies_parsed_at":"2024-03-15T17:45:56.762Z","dependency_job_id":"316dab2c-e123-4d59-afc2-a55826ebd2eb","html_url":"https://github.com/LiveSplit/auto-splitter-template","commit_stats":null,"previous_names":["livesplit/auto-splitter-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LiveSplit/auto-splitter-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveSplit%2Fauto-splitter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveSplit%2Fauto-splitter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveSplit%2Fauto-splitter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveSplit%2Fauto-splitter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiveSplit","download_url":"https://codeload.github.com/LiveSplit/auto-splitter-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveSplit%2Fauto-splitter-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29906882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T17:28:36.873Z","status":"ssl_error","status_checked_at":"2026-02-27T17:28:20.970Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11-13T21:46:39.599Z","updated_at":"2026-02-27T17:45:41.898Z","avatar_url":"https://github.com/LiveSplit.png","language":"Liquid","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto Splitter Template\n\nThis repository hosts a template for creating an auto splitter in Rust.\n\nFirst you need to install the Rust compiler: [Install\nRust](https://www.rust-lang.org/tools/install)\n\nAfterwards install the WebAssembly target. There are two targets that may be of\ninterest. By default we recommend the `wasm32-unknown-unknown` target.\n\n```sh\nrustup target add wasm32-unknown-unknown\n```\n\nThere's also support for the WebAssembly System Interface (WASI), but WASI\nitself is still in preview, so your auto splitter may need to be recompiled in\nthe future to keep working. WASI has the benefit that it gives you access to the\nfile system, randomness, clocks, and more. If your auto splitter only needs\naccess to processes, their memory and the timer, the WASI target is not needed.\n\n```sh\nrustup target add wasm32-wasip1\n```\n\nAfter that you need to install the [`cargo\ngenerate`](https://cargo-generate.github.io/cargo-generate/installation.html)\nsubcommand.\n\nYou are now ready to create your auto splitter from the template:\n\n```sh\ncargo generate LiveSplit/auto-splitter-template\n```\n\nFurther instructions are available in the auto splitter's README.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivesplit%2Fauto-splitter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivesplit%2Fauto-splitter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivesplit%2Fauto-splitter-template/lists"}