Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryosukedtomita/rust_tutorial
rustのチュートリアル用のリポジトリ
https://github.com/ryosukedtomita/rust_tutorial
rust
Last synced: about 2 months ago
JSON representation
rustのチュートリアル用のリポジトリ
- Host: GitHub
- URL: https://github.com/ryosukedtomita/rust_tutorial
- Owner: RyosukeDTomita
- License: unlicense
- Created: 2024-09-27T17:19:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T15:27:11.000Z (3 months ago)
- Last Synced: 2024-10-16T16:28:03.225Z (3 months ago)
- Topics: rust
- Language: Dockerfile
- Homepage: https://doc.rust-jp.rs//
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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)に記載している。---