Add Japanese books (TypeScript, Rust) (#6299)

* Add TypeScript book

"仕事ですぐに使えるTypeScript"

* Add PDF version

I forgot to write the link to the PDF

* Add Rust section and one book

"The Rust Programming Language 日本語版"

* Add Rust book

"Rust by Example 日本語版"

* Add PDF version

I forgot to write the link to the PDF
This commit is contained in:
Suzuki Katsuma 2021-10-18 08:33:41 +09:00 committed by GitHub
parent da66ed2185
commit e8a8eb5095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -69,6 +69,7 @@
* [Flask](#flask)
* [R](#r)
* [Ruby](#ruby)
* [Rust](#rust)
* [Sather](#sather)
* [Scala](#scala)
* [Scheme](#scheme)
@ -625,6 +626,12 @@
* [実用的Rubyスクリプティング](https://www.gentei.org/~yuuji/support/sr/scrp-2020-05.pdf) - 広瀬雄二 (PDF)
### Rust
* [Rust by Example 日本語版](https://doc.rust-jp.rs/rust-by-example-ja) - Rustコミュニティ(翻訳)
* [The Rust Programming Language 日本語版](https://doc.rust-jp.rs/book-ja) - Steve Klabnik, Carol Nichols, Rustコミュニティ(翻訳) ([PDF](https://doc.rust-jp.rs/book-ja-pdf/book.pdf))
### Sather
* [Sather を試そう](https://www.shido.info/sather) - 紫藤貴文
@ -693,6 +700,7 @@
* [TypeScript Deep Dive 日本語版](https://typescript-jp.gitbook.io/deep-dive/) - basarat, yohamta(翻訳)
* [TypeScriptの為のクリーンコード](https://msakamaki.github.io/clean-code-typescript) - labs42io, 酒巻 瑞穂(翻訳)
* [仕事ですぐに使えるTypeScript](https://future-architect.github.io/typescript-guide) - フューチャー株式会社Future Corporation ([PDF](https://future-architect.github.io/typescript-guide/typescript-guide.pdf))
#### Angular