生成AIが得意なプログラミング言語は、PythonやJavaScriptと言われています。しかし、PythonやJavaScriptは、スクリプト言語であり、実行するためには、PythonやNode.jsのランタイムが必要です。そのため、配布が面倒な場面も多いものです。その点、Rustを使うと、小 ...
How to develop command-line utilities in Rust. This article demonstrates how to perform basic file and file I/O operations in Rust, and also introduces Rust's ownership concept and the Cargo tool. If ...
この記事は会員限定です。会員登録すると全てご覧いただけます。 Rustセキュリティレスポンスワーキンググループは2024年4月9日(現地時間)、プログラミング言語「Rust」の標準ライブラリに不適切な引数のエスケープ処理に起因する脆弱(ぜいじゃく)性 ...
CodeZineは、株式会社翔泳社が運営するソフトウェア開発者向けのWebメディアです。「デベロッパーの成長と課題解決に貢献するメディア」をコンセプトに、現場で役立つ最新情報を日々お届けします。
Create handy command-line utilities in Rust. This article is about text processing in Rust, but it also contains a quick introduction to pattern matching, which can be very handy when working with ...
Common rust command-line macros and utilities, to write shell-script like tasks easily in rust programming language. Available at crates.io. Since all the macros' lexical analysis and syntactic ...
「find」はファイルやディレクトリを検索するためのLinuxのコマンドです。findのより高速かつユーザーフレンドリーなRust製代替ツール「fd」が開発されているとのことなので、実際に使い勝手を確かめてみました。 GitHub - sharkdp/fd: A simple, fast and user-friendly ...