エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Exploring Rust's standard library: system calls and errors - Federico's Blog
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Exploring Rust's standard library: system calls and errors - Federico's Blog
In this post I'll show you the code path that Rust takes inside its standard library when you ope... In this post I'll show you the code path that Rust takes inside its standard library when you open a file. I wanted to learn how Rust handles system calls and errno, and all the little subtleties of the POSIX API. This is what I learned! The C side of things When you open a file, or create a socket, or do anything else that returns an object that can be accessed like a file, you get a file descrip

