{"id":17623762,"url":"https://github.com/wiseaidev/rust-releases","last_synced_at":"2026-05-18T03:08:44.024Z","repository":{"id":216556563,"uuid":"741572222","full_name":"wiseaidev/rust-releases","owner":"wiseaidev","description":"🦀 Explore Rust Releases Through Tiny Practical Examples. (WIP)","archived":false,"fork":false,"pushed_at":"2024-01-13T21:51:04.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T22:11:31.555Z","etag":null,"topics":["rust","rust-lang","tutorial"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/wiseaidev.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":"2024-01-10T17:10:55.000Z","updated_at":"2024-01-10T20:37:28.000Z","dependencies_parsed_at":"2024-01-10T21:54:37.407Z","dependency_job_id":"2a4316d5-a62b-42e2-9f6e-6d2820b29ab4","html_url":"https://github.com/wiseaidev/rust-releases","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"1953328d7b7e62367d3254254b500173f56e1550"},"previous_names":["wiseaidev/rust-releases"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wiseaidev/rust-releases","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiseaidev%2Frust-releases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiseaidev%2Frust-releases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiseaidev%2Frust-releases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiseaidev%2Frust-releases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wiseaidev","download_url":"https://codeload.github.com/wiseaidev/rust-releases/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiseaidev%2Frust-releases/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33163424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["rust","rust-lang","tutorial"],"created_at":"2024-10-22T21:42:47.313Z","updated_at":"2026-05-18T03:08:44.007Z","avatar_url":"https://github.com/wiseaidev.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📚 Rust Releases\n\n[![Work In Progress](https://img.shields.io/badge/Work%20In%20Progress-red)](https://github.com/wiseaidev)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/wiseaidev)\n[![License](https://img.shields.io/badge/MIT-license-blue.svg)](https://opensource.org/licenses/MIT)\n[![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg?logo=rust\u0026logoColor=white)](https://www.rust-lang.org/)\n[![Jupyter Notebook](https://img.shields.io/badge/Jupyter-Notebook-blue.svg?logo=Jupyter\u0026logoColor=orange)](https://jupyter.org/)\n\n\u003e 🦀 Explore Rust Releases Through Tiny Practical Examples.\n\n## 📝 Table of Contents\n\n- [Installation](#-installation)\n- [Releases](#-releases)\n- [Licence](#-licence)\n\n## 🚀 Installation\n\nTo use the notebooks in this repository, you need to set up your environment. Follow these steps to get started:\n\n1. Clone the repository to your local machine:\n\n\t```sh\n\tgit clone https://github.com/wiseaidev/rust-releases.git\n\t```\n\n1. Install the required dependencies and libraries. Make sure you have [`Rust`](https://rustup.rs/), [`Jupyter Notebook`](https://jupyter.org/install), and [`evcxr_jupyter`](https://github.com/evcxr/evcxr/blob/main/evcxr_jupyter/README.md) installed on your system.\n\n\t```sh\n\t# Install a Rust toolchain (e.g. nightly):\n\tcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly\n\n\t# Install Jupyter Notebook\n\tpip install notebook\n\n\t# Install evcxr_jupyter\n\tcargo install evcxr_jupyter\n\tevcxr_jupyter --install\t\n\t```\n\n1. Navigate to the cloned repository:\n\n\t```sh\n\tcd rust-releases\n\t```\n\n1. Start Jupyter Notebook:\n\n\t```sh\n\tjupyter notebook\n\t```\n\n1. Access the notebooks in your web browser by clicking on the notebook file you want to explore.\n\n## 📌 Releases\n\n| ID | Release | Open on GitHub | Launch on Binder | Launch on Colab |\n|----|---------------|-----------|:-------------|-------------|\n| 1  | **1.75.0** | [![Github](https://img.shields.io/badge/launch-Github-181717.svg?logo=github\u0026logoColor=white)](./1.75/changelogs.ipynb) | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/wiseaidev/rust-releases/main?filepath=1.75/changelogs.ipynb) |  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wiseaidev/rust-releases/blob/main/1.75/changelogs.ipynb) |\n\n## 📜 License\n\nThis project is licensed under the [MIT](https://opensource.org/licenses/MIT). For more details, You can refer to the [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiseaidev%2Frust-releases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiseaidev%2Frust-releases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiseaidev%2Frust-releases/lists"}