https://github.com/wiseaidev/rust-releases
🦀 Explore Rust Releases Through Tiny Practical Examples. (WIP)
https://github.com/wiseaidev/rust-releases
rust rust-lang tutorial
Last synced: 4 months ago
JSON representation
🦀 Explore Rust Releases Through Tiny Practical Examples. (WIP)
- Host: GitHub
- URL: https://github.com/wiseaidev/rust-releases
- Owner: wiseaidev
- License: mit
- Created: 2024-01-10T17:10:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T21:51:04.000Z (about 2 years ago)
- Last Synced: 2025-03-30T01:37:29.532Z (11 months ago)
- Topics: rust, rust-lang, tutorial
- Language: Jupyter Notebook
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📚 Rust Releases
[](https://github.com/wiseaidev)
[](https://github.com/wiseaidev)
[](https://opensource.org/licenses/MIT)
[](https://www.rust-lang.org/)
[](https://jupyter.org/)
> 🦀 Explore Rust Releases Through Tiny Practical Examples.
## 📝 Table of Contents
- [Installation](#-installation)
- [Releases](#-releases)
- [Licence](#-licence)
## 🚀 Installation
To use the notebooks in this repository, you need to set up your environment. Follow these steps to get started:
1. Clone the repository to your local machine:
```sh
git clone https://github.com/wiseaidev/rust-releases.git
```
1. 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.
```sh
# Install a Rust toolchain (e.g. nightly):
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
# Install Jupyter Notebook
pip install notebook
# Install evcxr_jupyter
cargo install evcxr_jupyter
evcxr_jupyter --install
```
1. Navigate to the cloned repository:
```sh
cd rust-releases
```
1. Start Jupyter Notebook:
```sh
jupyter notebook
```
1. Access the notebooks in your web browser by clicking on the notebook file you want to explore.
## 📌 Releases
| ID | Release | Open on GitHub | Launch on Binder | Launch on Colab |
|----|---------------|-----------|:-------------|-------------|
| 1 | **1.75.0** | [](./1.75/changelogs.ipynb) | [](https://mybinder.org/v2/gh/wiseaidev/rust-releases/main?filepath=1.75/changelogs.ipynb) | [](https://colab.research.google.com/github/wiseaidev/rust-releases/blob/main/1.75/changelogs.ipynb) |
## 📜 License
This project is licensed under the [MIT](https://opensource.org/licenses/MIT). For more details, You can refer to the [LICENSE](LICENSE) file.