{"id":18019604,"url":"https://github.com/laysakura/aarch64-linux-hello-rs","last_synced_at":"2025-04-04T16:41:22.580Z","repository":{"id":139146670,"uuid":"245336831","full_name":"laysakura/aarch64-linux-hello-rs","owner":"laysakura","description":"A \"Hellow World!\" written in Rust, compiled into runnable binary for arm64 (aarch64) archtecture on Linux.","archived":false,"fork":false,"pushed_at":"2020-03-06T06:13:31.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T02:14:13.193Z","etag":null,"topics":["aarch64","dockerfile","helloworld","rust"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laysakura.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":"2020-03-06T05:23:43.000Z","updated_at":"2020-03-06T06:13:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"b989b753-3c93-4087-b9e4-1055e217acc9","html_url":"https://github.com/laysakura/aarch64-linux-hello-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laysakura%2Faarch64-linux-hello-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laysakura%2Faarch64-linux-hello-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laysakura%2Faarch64-linux-hello-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laysakura%2Faarch64-linux-hello-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laysakura","download_url":"https://codeload.github.com/laysakura/aarch64-linux-hello-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247214143,"owners_count":20902727,"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":["aarch64","dockerfile","helloworld","rust"],"created_at":"2024-10-30T05:11:24.283Z","updated_at":"2025-04-04T16:41:22.552Z","avatar_url":"https://github.com/laysakura.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aarch64-linux-hello-rs\n\nA \"Hellow World!\" written in Rust, compiled into runnable binary for arm64 (aarch64) archtecture on Linux.\n\n## Features\n\n- **Works in docker.** No need to insall compilers, linkers, and simulators by yourself.\n- Compiled into **arm64 (aarch64) with Linux GNU ABI.**\n- Uses **stable rustc build.** Not nightly.\n- Uses cargo. Not xargo.\n- (Optional) Runs with Visual Studio Code Remote Development Container.\n\n## Run in Docker\n\n### In your host machine:\n\n```bash\ndocker build --rm -t aarch64-linux-hello-rs .\ndocker run -it --rm --volume ${PWD}:/source --workdir /source aarch64-linux-hello-rs\n```\n\n### In the docker image:\n\n`Ctrl-a x` to quit QEMU monitor.\n\n```bash\nroot@9da32352d17d:/workspaces/aarch64-linux-hello-rs# cargo run\n    Finished dev [unoptimized + debuginfo] target(s) in 0.02s\n     Running `qemu-aarch64 -L /usr/aarch64-linux-gnu/ target/aarch64-unknown-linux-gnu/debug/aarch64-linux-hello-rs`\nHello from Rust!\n```\n\n## (Optional) Run with Visual Studio Code Remote Development Container\n\nOpen Visual Studio code with:\n\n```bash\ncode .\n```\n\nAnd select the `Remote-Containers: Add Development Container Configuration Files...` command from the Command Palette (F1) and pick a pre-defined container configuration file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaysakura%2Faarch64-linux-hello-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaysakura%2Faarch64-linux-hello-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaysakura%2Faarch64-linux-hello-rs/lists"}