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

https://github.com/khirotaka/rustlearn


https://github.com/khirotaka/rustlearn

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rust Notebook
このリポジトリは、Rustの勉強のために作成しているものである。

## 開発環境
* JetBrains CLion & IntelliJ Rust

### JetBrains CLion & IntelliJ Rustの注意点
設定画面は、cargo new PROJECT_NAME —bin をラップしているだけなので、
Cargoの仕様(プロジェクト名に . を含めない等)に注意しないと、Cargo環境が整備されない事に注意