{"id":22726861,"url":"https://github.com/albertobasalo/rs-lab","last_synced_at":"2025-04-13T21:42:53.689Z","repository":{"id":218193469,"uuid":"745837661","full_name":"AlbertoBasalo/rs-lab","owner":"AlbertoBasalo","description":"🦀 Rust 🔬🧫🧪 Laboratory","archived":false,"fork":false,"pushed_at":"2024-04-23T15:50:37.000Z","size":175,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-27T12:07:01.499Z","etag":null,"topics":["laboratory","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":false,"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/AlbertoBasalo.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}},"created_at":"2024-01-20T09:47:30.000Z","updated_at":"2024-06-22T18:43:21.000Z","dependencies_parsed_at":"2024-01-20T10:45:03.125Z","dependency_job_id":"2889ccef-6e2b-4ebc-a78b-39695d94c09e","html_url":"https://github.com/AlbertoBasalo/rs-lab","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"f60a3b1029b57f23da16efc5b72f1b332b2bed18"},"previous_names":["albertobasalo/rs-lab"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Frs-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Frs-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Frs-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Frs-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlbertoBasalo","download_url":"https://codeload.github.com/AlbertoBasalo/rs-lab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788867,"owners_count":21161726,"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":["laboratory","rust","rust-lang"],"created_at":"2024-12-10T17:07:16.225Z","updated_at":"2025-04-13T21:42:53.660Z","avatar_url":"https://github.com/AlbertoBasalo.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust laboratory\n\n\u003e [!NOTE]\n\u003e [Rust samples repository](https://github.com/AlbertoBasalo/rs-lab) for courses and workshops by [Alberto Basalo](https://albertobasalo.dev)\n\n![Rust Image](rust.jpg)\n\n## Instructions\n\nThis repository contains the samples and exercises for the Rust laboratory. Each lesson is in a separate folder. The main file is `main.rs` and the `Cargo.toml` file is the configuration file for the project. Clone the repository and navigate to the lesson you want to run.\n\n```bash\ngit clone https://github.com/AlbertoBasalo/rs-lab.git\ncd rs-lab\n```\n\nTo run the samples, you need to have [Rust installed](https://www.rust-lang.org/tools/install). Then, you can follow the basic steps for each lesson:\n\n## Lesson 1\n\n- Sample: [Hello world in rust using basic types](https://github.com/AlbertoBasalo/rs-lab/blob/main/1-hello/src/main.rs)\n\n```bash\ncd 1-hello\ncargo run\n```\n\n- Article: [Hello Rust](https://medium.com/@albertobasalo/hello-rust-34f2da7ed380)\n\n- En Español: [Hola Rust](https://albertobasalo.hashnode.dev/hola-rust)\n\n\n## Lesson 2\n\n- Sample [ATM program using algorithms and data structures](https://github.com/AlbertoBasalo/rs-lab/blob/main/2-programs/src/main.rs)\n\n```bash\ncd 2-programs\ncargo run 595\n```\n\n- Article: [Rust programs](https://albertobasalo.medium.com/rust-programs-262c1409b6c8))\n\n- En Español: [Programas Rust](https://albertobasalo.hashnode.dev/programas-rust))\n\n\n## Lesson 3\n\n- Sample: [Caesar cipher program using functions](https://github.com/AlbertoBasalo/rs-lab/blob/main/3-functions/src/main.rs)\n\n```bash \ncd 3-functions\ncargo run example.txt key\n```\n\n- Article: [Rust functions]()\n\n- En Español: [Funciones Rust]()\n\n\n## Lesson 4\n\n- Sample: [A simple Blockchain using traits](https://github.com/AlbertoBasalo/rs-lab/blob/main/4-traits/src/main.rs)\n\n```bash \ncd 4-traits\ncargo run \n```\n\n- Article: [Rust traits]()\n\n- En Español: [Traits en Rust]()\n\n\n---\n\n\u003cfooter\u003e\n  \u003ch3\u003e🧑🏼‍💻 By \u003ca href=\"https://albertobasalo.dev\" target=\"blank\"\u003eAlberto Basalo\u003c/a\u003e \u003c/h3\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://twitter.com/albertobasalo\" target=\"blank\"\u003e\n      \u003cimg src=\"https://img.shields.io/twitter/follow/albertobasalo?logo=twitter\u0026style=for-the-badge\" alt=\"twitter albertobasalo\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/albertobasalo\" target=\"blank\"\u003e\n      \u003cimg \n        src=\"https://img.shields.io/github/followers/albertobasalo?logo=github\u0026label=profile albertobasalo\u0026style=for-the-badge\" alt=\"git albertobasalo\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/footer\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertobasalo%2Frs-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbertobasalo%2Frs-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertobasalo%2Frs-lab/lists"}