年末年始休みは Rust の勉強をしていた。1月1日以外は毎日3, 4時間くらいはコードを書いていて、久しぶりにしっかり勉強したな、という感じ。 まだ入門したてだけど現時点での Rust の印象やどんな学習をしたかを書いておく。 Rust の印象 一言でいうと、Rust ...
ECの業務でCSVをいじるタスクが多いことは以前の投稿にも書きました。 この1週間は Rust の基礎を勉強しつつ、普段の業務で使っているコマンドラインツールを Rust で書き直してみました。 コードは非常に粗粗ですが、とりあえずコンパイルは通ってるし ...
I tried out the usability of the search command 'fd', which is simpler and faster than the 'find' command, and is made in Rust and has over 30,000 stars on GitHub This article, originally posted in ...
This repository is a collection of Rust exercises (each exercise is a separate Cargo crate). It is organized as a workspace to make building, testing, and linting across all exercises convenient.
生成AIが得意なプログラミング言語は、PythonやJavaScriptと言われています。しかし、PythonやJavaScriptは、スクリプト言語であり、実行するためには、PythonやNode.jsのランタイムが必要です。そのため、配布が面倒な場面も多いものです。その点、Rustを使うと、小 ...
A critical security flaw within the standard library of the Rust programming language has been discovered. It allows attackers to exploit a command injection vulnerability on Windows. This concerns ...
Building robust CLI applications doesn't have to be painful. Here's how Rust's Clap crate revolutionizes the developer experience. Clap (Command Line Argument Parser) is Rust's most popular CLI ...