{"id":24058215,"url":"https://github.com/rust-console/rrt0","last_synced_at":"2025-04-23T02:47:59.757Z","repository":{"id":37359290,"uuid":"161970809","full_name":"rust-console/rrt0","owner":"rust-console","description":"A simple cross-platform runtime / startup for Rust on embedded devices.","archived":false,"fork":false,"pushed_at":"2024-10-16T22:59:24.000Z","size":56,"stargazers_count":17,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-23T02:47:55.069Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-console.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":"2018-12-16T05:27:26.000Z","updated_at":"2025-04-22T22:09:41.000Z","dependencies_parsed_at":"2022-09-12T23:51:43.525Z","dependency_job_id":null,"html_url":"https://github.com/rust-console/rrt0","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-console%2Frrt0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-console%2Frrt0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-console%2Frrt0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-console%2Frrt0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-console","download_url":"https://codeload.github.com/rust-console/rrt0/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250360251,"owners_count":21417717,"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":"2025-01-09T05:56:23.695Z","updated_at":"2025-04-23T02:47:59.740Z","avatar_url":"https://github.com/rust-console.png","language":"Rust","readme":"# `rrt0`\n\nSimple cross-platform runtime / startup (like crt0).\n\n## Supported platforms\n\n* [Nintendo 64](./src/platforms/n64/)\n\n## Primary goals\n\n* Create a sane, platform-specific runtime environment\n  * Set the stack pointer\n  * Clear the `.bss` section (uninitialized static data)\n  * Minimal hardware initialization (e.g. configuring the FPU)\n  * Panic handler\n\n## Usage\n\nHere is a small template to get you started:\n\n```rust\n#![no_main]\n#![no_std]\n\nuse rrt0::prelude::*;\n\n#[no_mangle]\nfn main() -\u003e ! {\n    // Do cool stuff, here!\n    loop {}\n}\n```\n\nIf `main` returns, the startup code will panic.\n\nSee [examples](./examples) for more complete projects to get you started.\n","funding_links":[],"categories":["Programming"],"sub_categories":["Rust"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-console%2Frrt0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust-console%2Frrt0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-console%2Frrt0/lists"}