{"id":15051094,"url":"https://github.com/dreamerc/rust4beginner","last_synced_at":"2026-01-02T01:30:05.867Z","repository":{"id":137204812,"uuid":"458029169","full_name":"dreamerc/rust4beginner","owner":"dreamerc","description":"rust for beginner","archived":false,"fork":false,"pushed_at":"2024-06-14T04:32:24.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T21:53:10.431Z","etag":null,"topics":["debian-linux","dockerfile","jupyterlab","rust"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/dreamerc.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":"2022-02-11T03:14:45.000Z","updated_at":"2024-06-14T04:32:27.000Z","dependencies_parsed_at":"2024-02-10T10:29:24.357Z","dependency_job_id":"9cf6aa0d-c35e-49ec-953e-0e15c592e32c","html_url":"https://github.com/dreamerc/rust4beginner","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/dreamerc%2Frust4beginner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamerc%2Frust4beginner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamerc%2Frust4beginner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamerc%2Frust4beginner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreamerc","download_url":"https://codeload.github.com/dreamerc/rust4beginner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243513313,"owners_count":20302924,"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":["debian-linux","dockerfile","jupyterlab","rust"],"created_at":"2024-09-24T21:30:52.671Z","updated_at":"2026-01-02T01:30:05.805Z","avatar_url":"https://github.com/dreamerc.png","language":"Dockerfile","readme":"This project is focusing on the beginner during Rust explore.\n\nRelease Note\n===\n- 2024-06-14 Rust 1.79.0 update (skip 1.78)\n- 2024-04-14 Rust 1.77.2 update (skip 1.77.1)\n- 2024-03-22 Rust 1.77.0 update\n- 2024-02-10 Rust 1.76.0 update\n- 2024-01-04 Rust 1.75.0 update\n- 2023-12-20 Rust 1.74.1 update\n- 2023-11-18 Rust 1.74.0 update\n\n\u003cdetails\u003e\n\u003csummary\u003eHistory\u003c/summary\u003e\n\n- 2023-10-06 Rust 1.73.0 update\n- 2023-08-25 Rust 1.72.1 update\n- 2023-08-25 Rust 1.72.0 update\n- 2023-07-14 Rust 1.71.0 update\n- 2023-06-06 Rust 1.70.0 update\n- 2023-04-21 Rust 1.69.0 update\n- 2023-03-24 Rust 1.68.1 update\n- 2023-03-12 Rust 1.68.0 update\n- 2023-02-18 Rust 1.67.1 update\n- 2023-01-28 Rust 1.67.0 update\n- 2023-01-11 Rust 1.66.1 update\n- 2022-12-16 Rust 1.66.0 update\n- 2022-11-05 Rust 1.65.0 update\n- 2022-09-23 Rust 1.64.0 update\n- 2022-08-16 Rust 1.63.0 update\n- 2022-07-25 Rust 1.62.1 update\n- 2022-07-07 Rust 1.62.0 update\n- 2022-06-07 Rust 1.61.0 update\n- 2022-04-11 Rust 1.60.0 update\n- 2022-03-21 Rust 1.59.0 docker hub update 2\n- 2022-03-09 Rust 1.59.0 docker hub update\n- 2022-02-26 Rust 1.59.0 update\n- 2022-02-13 Rust 1.58.1 + Jupyter with Docker Hub update\n\u003c/details\u003e\n\nQuick Start\n========\n\n```bash\ndocker run -it --rm -p 8888:8888 dreamerwolf/rust4beginner:latest\n```\n\n![demo.gif](https://raw.githubusercontent.com/dreamerc/rust4beginner/main/demo.gif)\n\n**Ctrl+C , Y to Quit**\n\n![demo.png](https://raw.githubusercontent.com/dreamerc/rust4beginner/main/demo.png)\n\n\nThe book\n=======\nhttps://doc.rust-lang.org/book/\n\nVerify\n====\nJupyter\n---\nHello World\n```rust\nprintln!(\"Hello World!\");\n```\nCompile\n---\nHello World (hello.rs)\nhttps://doc.rust-lang.org/rust-by-example/hello.html\n```rust\n// This is a comment, and is ignored by the compiler\n// You can test this code by clicking the \"Run\" button over there -\u003e\n// or if you prefer to use your keyboard, you can use the \"Ctrl + Enter\" shortcut\n\n// This code is editable, feel free to hack it!\n// You can always return to the original code by clicking the \"Reset\" button -\u003e\n\n// This is the main function\nfn main() {\n    // Statements here are executed when the compiled binary is called\n\n    // Print text to the console\n    println!(\"Hello World!\");\n}\n```\n\n```bash\nrustc hello.rs\n./hello\n```\n\nHow to Build your own\n=====\nQuick Start for offline\n------------\n```bash\ngit clone https://github.com/dreamerc/rust4beginner.git\ndocker build  --tag rust4beginner .\ndocker run -it --rm -p 8888:8888 rust4beginner\n```\n\nDocker (optional)\n-------\nDocker VNC Desktop\n```\ndocker run -p 6080:80 -v /dev/shm:/dev/shm dorowu/ubuntu-desktop-lxde-vnc\n```\nuse browser open http://localhost:6080/ , then lxterminal\n\nUbuntu\n-------\n**Before start, Please APT Update+Upgrade**\n\n```bash\nadd-apt-repository ppa:ubuntu-mozilla-security/rust-updates\napt install rustc\n```\n\nJupyter\n--------\n```bash\napt install jupyter-notebook cmake g++\ncargo install evcxr_jupyter\nevcxr_jupyter --install\n```\nStart\n---\n```bash\njupyter notebook --ip=127.0.0.1 --port=8888 --allow-root\n```\nCargo Bin\n------\n~/.profile\n```bash\nif [ -d \"$HOME/.cargo/bin\" ] ; then\nPATH=\"$HOME/.cargo/bin:$PATH\"\nfi\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamerc%2Frust4beginner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreamerc%2Frust4beginner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamerc%2Frust4beginner/lists"}