An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# 📚 Rust Releases

[![Work In Progress](https://img.shields.io/badge/Work%20In%20Progress-red)](https://github.com/wiseaidev)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/wiseaidev)
[![License](https://img.shields.io/badge/MIT-license-blue.svg)](https://opensource.org/licenses/MIT)
[![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg?logo=rust&logoColor=white)](https://www.rust-lang.org/)
[![Jupyter Notebook](https://img.shields.io/badge/Jupyter-Notebook-blue.svg?logo=Jupyter&logoColor=orange)](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** | [![Github](https://img.shields.io/badge/launch-Github-181717.svg?logo=github&logoColor=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) |

## 📜 License

This project is licensed under the [MIT](https://opensource.org/licenses/MIT). For more details, You can refer to the [LICENSE](LICENSE) file.