Rust– tag –
-
Rustおじさん
【Rust】Rust練習問題集に問題を追加しました
【Rust】Rust練習問題集に問題を追加しました Rust練習問題集 ものにするぞー Q4 fn main() { let a = { 10 + 20; }; println!("a is {}", a); } はエラーが起きます。正しくなおして、原因を教えてください A4 ブロック内にセミコロンを入れる... -
Rustおじさん
【Rust】解決。cargo dyld: “Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib” Referenced from: /usr/local/bin/cargo Reason: image not found [1] 21822 abort cargo
【Rust】解決。cargo dyld: "Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib" Referenced from: /usr/local/bin/cargo Reason: image not found [1] 21822 abort cargo 急にどうした... さっきまでコンパイルできたのにプ... -
Rustおじさん
【Rust】解決。error: rustup should not be installed alongside Rust. Please uninstall your existing Rust first.
【Rust】解決。error: rustup should not be installed alongside Rust. Please uninstall your existing Rust first. 以前記事を書いたが、 なんかうまくいかなかった このようなエラーが出る error: it looks like you have an existing installation of... -
数当てゲーム
【Rust/WebAssembly】「mut (ミュータブル)」ちょっとずつRustを学ぶ「数当てゲーム」
【Rust/WebAssembly】「mut (ミュータブル)」ちょっとずつRustを学ぶ「数当てゲーム」 ドキュメントをみながら写経しています。 mut 【今日の学び】 ・mut はミュータブルな代入をする際に宣言する(ユーザーインプットは可変なので) ・デフォルトのライブ... -
macro_rules
【Rust/WebAssembly】「macro_rules!」〜よしもと芸人がちょっとずつRustを学ぶ〜
「macro_rules!」〜よしもと芸人がちょっとずつRustを学ぶ〜 今日からちょっとずつちょっとずつRust学んでいこうと思います。 ドキュメントをみながら写経します。 macro_rules! macro_rules! say_hello { () => ( println!("here is Macro"); ) } fn m... -
HelloWorld
【Rust/WebAssembly】Rustおじさん「HellowWorldまでした10手順(for Mac)」
【Rust/WebAssembly】Rustおじさん「HellowWorldまでした10手順(for Mac)」 2017/6/13日現在の記事です。 これはRust初心者の自分がやった手順(殴り書き記事)です。 以下参照記事 https://kripken.github.io/emscripten-site/docs/getting_started/index.h... -
Rust/WebAssembly
【Rust/WebAssembly】これが出たら。Could not run CMake, perhaps it has not been installed?
【Rust/WebAssembly】これ。Could not run CMake, perhaps it has not been installed? run brew install CMake 素直にして見てください。 -
Rust/WebAssembly
【Rust/WebAssembly】これが出たら。error: could not exec the linker `emcc`: No such file or directory (os error 2)
【Rust/WebAssembly】これが出たら。error: could not exec the linker `emcc`: No such file or directory (os error 2) WebAssemblyを使ってRustのコードをブラウザ上で実行させたくて出たError。 これをやったら ./emsdk install sdk-incoming-64bit を... -
Rust
【rust】rustのplaygroundがドキュメントにあるよ
【rust】rustのplaygroundがドキュメントにあるよ ドキュメント読みながら実行できるから便利ですね! playground 構文だけでも地道にやっていこーーー でわーーー -
multirust_rustc_uninstall
【Rust/rustup/multirust/rustc】uninstallしたい!「rustup cannot be installed alongside [Rust|multirust]. Please uninstall first」rustcが邪魔してrustupがinstallできない場合1つの方法
【Rust/rustup/multirust/rustc】uninstallしたい!「rustup cannot be installed alongside [Rust|multirust]. Please uninstall first」rustcが邪魔してrustupがinstallできない場合1つの方法 if you not solve this article, please visit this page す... -
Rust
1/15ヒカリエ「Rust入門者向けハンズオン #2」に参加できることになっていた
1/15ヒカリエ「Rust入門者向けハンズオン #2」に参加できることになっていた わこうさんが教えてくれて、 その時すでに補欠だったけど、 年越して今見てみたら枠数増えてて、繰り上がっていた。 https://rust.connpass.com/event/43893/ 楽しみ〜〜 予習し...
1