Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryosukedtomita/rust_tutorial

rustのチュートリアル用のリポジトリ
https://github.com/ryosukedtomita/rust_tutorial

rust

Last synced: about 2 months ago
JSON representation

rustのチュートリアル用のリポジトリ

Awesome Lists containing this project

README

        

# Rust Tutorial

![un license](https://img.shields.io/github/license/RyosukeDTomita/rust_tutorial)

## INDEX

- [ABOUT](#about)
- [LICENSE](#license)
- [ENVIRONMENT](#environment)
- [PREPARING](#preparing)
- [HOW TO USE](#how-to-use)

---

## ABOUT

[Rustの日本語ドキュメント](https://doc.rust-jp.rs//)を試すためのリポジトリです。
Dev Containerを使って開発環境を構築することができます。

---

## ENVIRONMENT

rust: 1.8.0

---

## PREPARING

VSCodeを開いて`Rebuild and Reopen in Container`

---

## HOW TO USE

- 環境構築方法は[Dockerfile](./Dockerfile)を参照。
- rust tutorialのメモ書きは[./doc/rust.md](./doc/rust.md)に記載している。

---