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

https://github.com/usagi/usagi-rust-reference

うさぎさんでもわかるRustプログラミング言語リファレンス
https://github.com/usagi/usagi-rust-reference

Last synced: 5 months ago
JSON representation

うさぎさんでもわかるRustプログラミング言語リファレンス

Awesome Lists containing this project

README

          

usagi-rust-reference
====================

うさぎさんでもわかるRustプログラミング言語リファレンス

このリポジトリーは著者がRustを学習するついで要点をリファレンスとしてわりと日本語で備忘録としてまとめるものです。
執筆開始時点2014年7月はRust-0.11.0からはじめました。

## もくじ

- [index.md](index.md)

## リンク

- Rust: http://www.rust-lang.org/
- API: http://doc.rust-lang.org/std/index.html
- Reference Manual: http://doc.rust-lang.org/rust.html
- Tutorial: http://doc.rust-lang.org/tutorial.html
- GitHub: https://github.com/rust-lang/rust
- Vim support: https://github.com/rust-lang/rust/tree/master/src/etc/vim
- Emacs support: https://github.com/rust-lang/rust/tree/master/src/etc/emacs
- Kate support: https://github.com/rust-lang/rust/tree/master/src/etc/kate
- Gedit support: https://github.com/rust-lang/rust/tree/master/src/etc/gedit
- zsh support: https://github.com/rust-lang/rust/tree/master/src/etc/zsh
- pkg support: https://github.com/rust-lang/rust/tree/master/src/etc/pkg
- ML: https://mail.mozilla.org/listinfo/rust-dev
- Android NDK Support: https://github.com/rust-lang/rust/wiki/Doc-building-for-android
- with Emscripten: https://github.com/rust-lang/rust/issues/2235
- Cargo Rust's Package Manager
- Official: http://crates.io/
- GitHub: http://crates.io/

## License

- [MIT](LICENSE)

## Author

- Usagi Ito

## Contributers

- [Masanori Ogino](https://twitter.com/omasanori)