rust に関する記事一覧

Rust: actixでwebアプリケーションのhelloworld

Rust: actixでwebアプリケーションのhelloworld RustのWebフレームワーク actix-web を使ってWebアプリケーションをhelloworldしてみるメモ。 [TOC] 環境 rustc 1.84.0 cargo 1.84.0 Ubuntu 22.04.5 LTS プロジェクト新規作成 helloworldプロジェクトを新規作成: $ cargo new helloworld $ cd helloworld Appサーバのコーディング Cargo.toml
1 ページ目