We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
現在 rust 1.6 と rust 1.9 の src/doc/book をベースに翻訳されていますが、それ以降のバージョンへの追従は行わない予定でしょうか。
src/doc/book
特に lifetimes.md には 1.14 で例が追加されてかなり分かりやすくなっていますので、変更部分を追従すると読者にとってかなり助かると思います。 1.9 以降の内容を取り込む方針などあれば教えて頂ければ私から PR することも可能です。
参考 https://github.com/rust-lang/rust/blob/1.14.0/src/doc/book/lifetimes.md fn skip_prefix(line: &str, prefix: &str) -> &str を使った例が追加されています。
fn skip_prefix(line: &str, prefix: &str) -> &str
The text was updated successfully, but these errors were encountered:
issueありがとうございます。 一応次移行の予定は立っています。 #276 ここでは1stを翻訳していくので1.9の翻訳が完了したら次は今のfirstの最新版 https://github.com/rust-lang/book/tree/master/first-edition ですね。その折にはぜひPR下さい。
現状中の人多忙のため翻訳/レビューが動いていなので1.9が終わる見通しは立っていません。もしレビューなどご協力いただけるなら嬉しいです。
Sorry, something went wrong.
なるほど、了解しました。 新しい First edition を翻訳される際には協力させて頂きます。
No branches or pull requests
現在 rust 1.6 と rust 1.9 の
src/doc/book
をベースに翻訳されていますが、それ以降のバージョンへの追従は行わない予定でしょうか。特に lifetimes.md には 1.14 で例が追加されてかなり分かりやすくなっていますので、変更部分を追従すると読者にとってかなり助かると思います。
1.9 以降の内容を取り込む方針などあれば教えて頂ければ私から PR することも可能です。
参考
https://github.com/rust-lang/rust/blob/1.14.0/src/doc/book/lifetimes.md
fn skip_prefix(line: &str, prefix: &str) -> &str
を使った例が追加されています。The text was updated successfully, but these errors were encountered: