はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ブラックフライデー

『The Rust Programming Language Forum』

  • 人気
  • 新着
  • すべて
  • What made you choose Rust over Go?

    13 users

    users.rust-lang.org

    I am really torn between Rust and Go. Both have redeeming features, but one of the things that really makes me think I should stick with Rust is Rust's consistent position as developers' most favorite programming language, according to the StackOverflow Developer Survey over the past few years. So, pardon me in advance for a really generic and opinionated question, but what is it that you like abo

    • テクノロジー
    • 2020/02/05 10:19
    • Rust
    • Go
    • programming
    • std::io::Read on a [u8]

      3 users

      users.rust-lang.org

      In a test, I'm trying to pass a fake std::io::Read to some code I'm testing. However, I can't seem to figure out how to use an array or a slice as a Read. I can see there's an impl and the error message indicates that I'm doing something wrong, but I can't see what the problem is. Here's a minimal reproduction of the problem: use std::io::Read; fn do_the_read<R: Read>(r: &mut R) { // Imagine this

      • テクノロジー
      • 2018/04/05 15:26
      • Is Rust an Open Source language?

        3 users

        users.rust-lang.org

        I am not asking about the compilers, I am asking if the language Rust is Open Source?

        • テクノロジー
        • 2018/02/17 01:30
        • StructOpt v0.2.0 is out

          3 users

          users.rust-lang.org

          StructOpt v0.2.0 is out. You can see the changelog for more details and how to migrate. After exactly one year, I think that StructOpt is really featureful. All the important lacking features are implemented, most of the time by external contributors. I want to thanks all the persons that helped structopt, as the contributors, the persons opening issues, the clap authors, the persons promoting str

          • テクノロジー
          • 2018/02/13 17:01
          • Rayon 1.0 on Feb 14

            3 users

            users.rust-lang.org

            TL;DR Rayon is planning its 1.0 release for Valentine's Day, Feb 14, 2018 -- and we would like your feedback! Details Following up on the great work that was done during the Libz Blitz, Rayon now has a fairly concrete set of things to get done before the 1.0 release. Most of the tasks are writing documentation of one sort or another, but there are also a few remaining API questions that ought to b

            • テクノロジー
            • 2018/01/17 19:33
            • Zbox: zero-details, privacy-focused embeddable file system

              3 users

              users.rust-lang.org

              Hi All, I’d like to announce Zbox, a zero-details, privacy-focused embeddable file system. Its goal is to help application store files securely, privately and reliably. By encapsulating files and directories into an encrypted repository, it provides a virtual file system and exclusive access to authorized application. Unlike other system-level file systems, Zbox is a file system that runs inside a

              • テクノロジー
              • 2017/12/07 13:29
              • A new crate: simple-server, a basic webserver

                5 users

                users.rust-lang.org

                Hey all! @ag_dubs and I have been working on a project, and today is its first release! simple-server is a very standard webserver implementation. In some ways, it's a continuation of chapter 20 of the book, in some ways, it's "hey how close can we make the API to nodejs's createServer. In Node: const http = require('http') const port = 3000 const requestHandler = (request, response) => { console.

                • テクノロジー
                • 2017/10/16 17:26
                • How to pass cargo linker args?

                  3 users

                  users.rust-lang.org

                  I need pass to linker args, i put in my ~/.cargo/config: [target.arm-unknown-linux-gnueabihf] linker = "arm-linux-gnueabihf-gcc -Xlinker -rpath=/usr/lib/arm-linux-gnueabihf" ``` i get error: ``` error: could not exec the linker `/home/chessnokov/arm-linux-gnueabihf-gcc -Xlinker -rpath=/usr/lib/arm-linux-gnueabihf`: No such file or directory ``` then try: [target.arm-unknown-linux-gnueabihf] linker

                  • テクノロジー
                  • 2017/08/28 22:49
                  • Announcing the `http` crate

                    8 users

                    users.rust-lang.org

                    Good afternoon Rustlers! Today we'd like to announce a crate that a number of us including @carllerche, @seanmonstar, @withoutboats, and I have been working on for some time now: the http crate! This crate is intended to be sort of the "standard library for HTTP types" in the sense that it provides common types shared amongst all HTTP implementations: requests, responses, headers, etc. It does not

                    • テクノロジー
                    • 2017/08/01 09:15
                    • rust
                    • web
                    • `to_string()` vs `to_owned()` for string literals

                      4 users

                      users.rust-lang.org

                      You should always be using to_owned(). to_string() is the generic conversion to a String from any type implementing the ToString trait. It uses the formatting functions and therefor might end up doing multiple allocations and running much more code than a simple to_owned() which just allocates a buffer and copies the literal into the buffer.

                      • テクノロジー
                      • 2017/07/14 13:36
                      • rust
                      • The official Rust Playground now has the top 100 crates available!

                        3 users

                        users.rust-lang.org

                        As of a few minutes ago, https://play.rust-lang.org/ is now powered by the Integer 32 playground implementation! Notably, that means you can use some selected crates! Here's an example that uses the regex crate. Specifically, the top 100 downloaded crates of all time are available (edit: as well as their dependencies, when possible). There's some notion of switching to the top 100 most recently do

                        • テクノロジー
                        • 2017/07/13 16:14
                        • What does Rust need today for server workloads?

                          3 users

                          users.rust-lang.org

                          Good morning rustlers! Today I've got an intentionally broad question to ask. If you're someone who would like to use Rust "on the server", be it as a hobby or in your production environment, what is blocking you from using Rust on the server today? One of the roadmap goals for Rust in 2017 is that "Rust should be well-equipped for writing robust, high-scale servers." We've already made some great

                          • テクノロジー
                          • 2017/06/03 08:08
                          • Tectonic: a complete, modernized, self-contained TeX/LaTeX engine

                            5 users

                            users.rust-lang.org

                            I'd like to announce the release of version 0.1.5 of Tectonic, a complete, modernized, self-contained TeX/LaTeX engine. TeX is a language for precision typography of technical documents. https://tectonic-typesetting.github.io/ I've been working on this under the radar for a while, but I think it's progressed far enough where it's time to start advertising it a bit more widely. Right now, Tectonic

                            • テクノロジー
                            • 2017/05/31 09:27
                            • software
                            • HELP! What's the code wrong? Dear friends@

                              3 users

                              users.rust-lang.org

                              #![feature(box_syntax)] use std::sync::Arc; pub struct Session<K, V> { key: K, store: Arc<Box<SessionStore<K, V>>> } impl<K, V> Session<K, V> { fn new(key: K, store: Box<SessionStore<K, V>>) -> Session<K, V> { Session { key: key, store: Arc::new(store) } } } trait SessionStore<K, V>: Clone + Copy + Sync { fn select_session(&mut self, key: K) -> Session<K, V> { Session::new(key, box self.clone()) }

                              • テクノロジー
                              • 2017/05/17 10:32
                              • programming
                              • Deprecation of rustc-serialize

                                4 users

                                users.rust-lang.org

                                With Serde 1.0 hot off the presses the Library Team has decided to officially deprecate the rustc-serialize crate. The crate itself has moved to the rust-lang-deprecated organization and the documentation has been updated to reflect the fact that it is now deprecated. As the fourth most downloaded dependency on crates.io we realize that this may affect quite a few crates! It's highly recommended t

                                • テクノロジー
                                • 2017/04/24 22:08
                                • Compiling to the web with Rust and emscripten

                                  9 users

                                  users.rust-lang.org

                                  Hey there, you slithery Rustilian. Have you heard the good word? Rust can now target asm.js and WebAssembly (wasm) via emscripten. That means you can run Rust code on the web, and this capability is available on Rust nightlies right now! Let me tell you how to Rust the web. First, a disclaimer. This support is still a work in progress and there are going to be a whole lot of bugs (report them, you

                                  • テクノロジー
                                  • 2017/01/05 12:29
                                  • Rust
                                  • web
                                  • Xargo v0.3.0 released: Build Your Own `std`

                                    3 users

                                    users.rust-lang.org

                                    Greetings, Rustaceans! I'm here to announce Xargo 0.3.0. If you didn't know, Xargo is a drop-in Cargo replacement (same CLI as Cargo) that builds and manages a "sysroot" for each compilation target. In practice, people use it build the core crate "on the fly" when working with targets that don't have binary releases of the standard crates, like the thumbv*m-none-eabi* targets. $ xargo build --targ

                                    • テクノロジー
                                    • 2016/12/29 09:52
                                    • Optimizing Rust Binaries: Observation of Musl versus Glibc and Jemalloc versus System Alloc

                                      3 users

                                      users.rust-lang.org

                                      I'm just chiming in to report an observation with compiling Rust applications using both the glibc (default) and musl targets, as well as jemalloc versus system-alloc. In all the scenarios I've tried, musl-compiled Rust binaries are significantly faster than their glibc counterparts, so it's worth investigating this in your own projects. I've seen speedups ranging from 50% to 1000% faster. I manag

                                      • テクノロジー
                                      • 2016/12/25 20:30
                                      • Rust
                                      • performance
                                      • Macros (and syntax extensions and compiler plugins) - where are we at?

                                        3 users

                                        users.rust-lang.org

                                        Procedural macros are one of the main reasons Rust programmers use nightly rather than stable Rust, and one of the few areas still causing breaking changes. Recently, part of the story around procedural macros has been coming together and here I'll explain what you can do today, and where we're going in the future. TL;DR: as a procedural macro author, you're now able to write custom derive impleme

                                        • テクノロジー
                                        • 2016/10/13 20:52
                                        • Presentation of the vulkano library

                                          3 users

                                          users.rust-lang.org

                                          Yesterday I published for the first time the vulkano library on crates.io. I have been actively working on this library since the release of the Vulkan API in february, and I think it is now in a semi-usable state. This means that breaking changes are still happening, but the general design is more or less stable. What is Vulkan? Vulkan is a next generation graphics API by Khronos, which successes

                                          • テクノロジー
                                          • 2016/05/03 21:46
                                          • Vulkan
                                          • Rust
                                          • Announcing cargo-apk

                                            7 users

                                            users.rust-lang.org

                                            The Rust compiler has been supporting Android for a long time now. However when you ask rustc to compile for Android, what it produces is an executable that you can only run through debugging tools. When we talk about developing for Android, what we usually want is an apk or Android package. An apk is a file that contains the Android application in addition to various resource files and that can b

                                            • テクノロジー
                                            • 2016/04/21 23:44
                                            • rust
                                            • Android
                                            • Time & serde_json

                                              3 users

                                              users.rust-lang.org

                                              Hello everyone ! o/ I've been playing with Rust on a couple projects ... and in a recent one I couldn't manage to get serde_json and the time crate to play nice with each other. I use a struct which has a time::Timespec inside, which serde doesn't like (because it doesn't have the Serialize/Deserialize implemented). I tried implementing it (by making use of strftime and strptime), but I've learned

                                              • テクノロジー
                                              • 2016/03/24 23:57
                                              • Programming
                                              • あとで読む
                                              • Multirust 0.8 with cross-std installation

                                                3 users

                                                users.rust-lang.org

                                                Hi there. I've published new revisions of multirust and rustup.sh that enable installation of additional standard libraries for cross compilation. Note that because this feature depends on server-side metadata generated by the Rust release process, it works only for the nightly channel until the next train passes. multirust adds the multirust list-available-targets [toolchain] and multirust add-ta

                                                • テクノロジー
                                                • 2016/03/10 19:50
                                                • Rust
                                                • The Rust Programming Language Forum

                                                  6 users

                                                  users.rust-lang.org

                                                  This forum is for help, discussion, and announcements related to the Rust programming language. Please read our code of conduct before participating. We will remove any posts that are not respectful, constructive, and o…

                                                  • テクノロジー
                                                  • 2015/11/07 18:07
                                                  • Rust
                                                  • My gamedever wishlist for Rust

                                                    3 users

                                                    users.rust-lang.org

                                                    I have been developping a game in Rust on my free time for almost a year now, and I have written several libraries. During this time, I have encountered lots of problems with Rust and its ecosystem. Usually when I have a problem I try to fix it myself (or at least open an issue), but after this post I thought that I'd share everything I encountered. Some things are more related to the needs of my

                                                    • テクノロジー
                                                    • 2015/10/02 00:40
                                                    • Using Atom to work with Rust under Win32

                                                      5 users

                                                      users.rust-lang.org

                                                      Dear all, I have no clue if this is the right topic for such kind of information but because I've struggled for some time to bring Atom, racer and rust-language support together under Win32 I thought it could be of some value to other Win32 devs if I write it down. Some time ago I've tried to activate the Rust code completion under Atom. Sadly, it didn't work on my machine so I informed the mainta

                                                      • テクノロジー
                                                      • 2015/09/12 13:59
                                                      • あとで読む
                                                      • Linking with custom C library

                                                        3 users

                                                        users.rust-lang.org

                                                        The FFI documentation has been really helpful, but I have a problem I haven't been able to figure out. I think probably what I don't know is how the C ecosystem works, but anyway - I have a custom library that I wrote in C which I want to link with my Rust code. I've written a compatible interface and tagged it #[link(name="foo", kind="static")]. I compiled the C code into a .o file. The .c, .h, &

                                                        • テクノロジー
                                                        • 2015/07/10 17:40
                                                        • プログラミング

                                                        このページはまだ
                                                        ブックマークされていません

                                                        このページを最初にブックマークしてみませんか?

                                                        『The Rust Programming Language Forum』の新着エントリーを見る

                                                        キーボードショートカット一覧

                                                        j次のブックマーク

                                                        k前のブックマーク

                                                        lあとで読む

                                                        eコメント一覧を開く

                                                        oページを開く

                                                        はてなブックマーク

                                                        • 総合
                                                        • 一般
                                                        • 世の中
                                                        • 政治と経済
                                                        • 暮らし
                                                        • 学び
                                                        • テクノロジー
                                                        • エンタメ
                                                        • アニメとゲーム
                                                        • おもしろ
                                                        • アプリ・拡張機能
                                                        • 開発ブログ
                                                        • ヘルプ
                                                        • お問い合わせ
                                                        • ガイドライン
                                                        • 利用規約
                                                        • プライバシーポリシー
                                                        • 利用者情報の外部送信について
                                                        • ガイドライン
                                                        • 利用規約
                                                        • プライバシーポリシー
                                                        • 利用者情報の外部送信について

                                                        公式Twitter

                                                        • 公式アカウント
                                                        • ホットエントリー

                                                        はてなのサービス

                                                        • はてなブログ
                                                        • はてなブログPro
                                                        • 人力検索はてな
                                                        • はてなブログ タグ
                                                        • はてなニュース
                                                        • ソレドコ
                                                        • App Storeからダウンロード
                                                        • Google Playで手に入れよう
                                                        Copyright © 2005-2025 Hatena. All Rights Reserved.
                                                        設定を変更しましたx