Lobsters
- Implementing Rust’s std::sync::Mutex in D https://atilanevesoncode.wordpress.com/2018/11/06/implementing-rusts-stdsyncmutex-in-d/ 3 comments d , programming , rust
- nightly-2019-01-11 is the first nightly to contain split-from-rust-std rustc-dev & clippy-driver & rls at the same time! 🎉 https://github.com/rust-lang/rust/pull/65474 6 comments rust
- fixed-slice-vec: an Embedded Rust no-std Vector https://blog.auxon.io/2020/10/26/fixed-slice-vec/ 16 comments rust
- capnproto-rust now supports [no_std] https://dwrensha.github.io/capnproto-rust/2020/06/06/no-std-support.html 7 comments rust
- Announcing strftime-ruby v1.0.0, a pure Rust no-std implementation of Ruby 3.1.2 Time#strftime method. https://github.com/artichoke/strftime-ruby/releases/tag/v1.0.0 3 comments rust
- unable to use std::fs in rust-wasm https://www.reddit.com/r/rust/comments/o1j8k3/unable_to_use_stdfs_in_rustwasm/ 5 comments rust
- Async-std: an async port of the Rust standard library https://async.rs/blog/announcing-async-std/# 10 comments programming
- Is it possible to build std without build all of rust-lang? https://www.reddit.com/r/rust/comments/5l9pvd/is_it_possible_to_build_std_without_build_all_of/ 6 comments rust
- Announcing async-std beta: an async port of the Rust standard library https://async.rs/blog/announcing-async-std/ 72 comments rust
- generic-std: streaming iterators and other HKT-powered traits in stable Rust https://www.reddit.com/r/rust/comments/if0a3u/genericstd_streaming_iterators_and_other/ 27 comments rust
- esp-hal (no_std Rust on ESP32s) 1.0.0 beta announcement https://developer.espressif.com/blog/2025/02/rust-esp-hal-beta/ 13 comments embedded
- The Rust compiler backend for .NET can now compile std with (numerous) errors, and supports allocation (Box, Vec, String, etc.) https://github.com/FractalFir/rustc_codegen_clr 3 comments rust
- Rust std::fs slower than Python!? No, it's the hardware! https://xuanwo.io/2023/04-rust-std-fs-slower-than-python/ 46 comments programming
- cppreference std::vector redirects to Rust Wikipedia page https://en.cppreference.com/w/cpp/container/vector 18 comments cpp
- Crust of Rust: std::collections [video] https://youtu.be/EF3Z4jdD1EQ 29 comments rust
- How to host Rust std docs on my local machine? https://doc.rust-lang.org/std/ 11 comments rust
- Why my Rust benchmarks were wrong, or how to correctly use std::hint::black_box? https://gendignoux.com/blog/2022/01/31/rust-benchmarks.html 3 comments rust
- gdbstub 0.6: An ergonomic, #![no_std] implementation of the GDB Remote Serial Protocol in Rust - now with async support! https://crates.io/crates/gdbstub 8 comments rust
- Porting Rust's std to rustix https://blog.sunfishcode.online/port-std-to-rustix/ 51 comments rust
- C++ Port of Rust's std::result https://www.reddit.com/r/cpp/comments/ntuhce/c_port_of_rusts_stdresult/ 24 comments cpp
- std::unique_ptr implementation backed by Ethereum NFTs (written in Rust) https://github.com/zhuowei/nft_ptr 20 comments rust
- Is possible to compile the std lib of Rust to WASM? https://www.reddit.com/r/rust/comments/kyae22/is_possible_to_compile_the_std_lib_of_rust_to_wasm/ 7 comments rust
- gdbstub 0.4: An ergonomic, #![no_std] implementation of the GDB Remote Serial Protocol in Rust https://www.reddit.com/r/rust/comments/j8oaxw/gdbstub_04_an_ergonomic_no_std_implementation_of/ 8 comments rust
- How to avoid accidentally breaking no_std compatibility in Rust crates https://blog.dbrgn.ch/2019/12/24/testing-for-no-std-compatibility/ 10 comments rust
- collam: A naive and thread safe general-purpose allocator written in Rust built with #[no_std]. https://github.com/gcarq/collam 4 comments rust
- My favorite rust function (is std::mem::drop) https://blog.jabid.in/2019/10/11/drop.html 55 comments rust
- Code critique request: type-erased function object (std::function equivalent) in Rust https://www.reddit.com/r/rust/comments/bjy63u/code_critique_request_typeerased_function_object/ 24 comments rust
- WIP: A no_std Rust crate for reading SD/MMC cards http://railwayelectronics.blogspot.com/2018/11/monotron-at-rust-belt-rust.html 16 comments rust
- Cross-compiling no_std executables with Rust Stable? https://www.reddit.com/r/rust/comments/9uupvu/crosscompiling_no_std_executables_with_rust_stable/ 14 comments rust
- Implementing Rust’s std::sync::Mutex in D https://atilanevesoncode.wordpress.com/2018/11/06/implementing-rusts-stdsyncmutex-in-d/ 16 comments rust
- Implementing Rust’s std::sync::Mutex in D https://atilanevesoncode.wordpress.com/2018/11/06/implementing-rusts-stdsyncmutex-in-d/ 14 comments programming
- Programming language parser and interpreter written in Rust with no_std support https://www.polaris64.net/resources/programming/p64lang_wasm/ 4 comments rust
- Rust Embedded Working Group Newsletter 11, Cortex-R support, an Arduino MKRZERO crate, and a no_std synthesizer! https://rust-embedded.github.io/blog/2018-09-09-newsletter-11/ 3 comments rust
- Rust landed new optimization in Option. Could it be done in std::optional? https://www.reddit.com/r/rust/comments/7ecic4/a_massive_refactoring_of_memory_layouts_has/ 19 comments cpp
- What are some of the things provided by the std that people new to Rust should know about? https://www.reddit.com/r/rust/comments/799fuy/what_are_some_of_the_things_provided_by_the_std/ 41 comments rust
- Noob to both low level programming and rust, what's the use case of mio compared to std::net? https://www.reddit.com/r/rust/comments/6tgvrx/noob_to_both_low_level_programming_and_rust_whats/ 6 comments rust
- Why Rust's std::collections is absolutely fantastic http://ticki.github.io/blog/fantastic/ 82 comments rust
- A Critique of Rust's `std::collections` http://ticki.github.io/blog/horrible/ 186 comments programming
- Rust's std::collections is absolutely horrible. http://ticki.github.io/blog/horrible/ 178 comments rust
- RFC: std::io and std::os reform (the longest Rust RFC to date) https://github.com/aturon/rfcs/blob/io-os-reform/text/0000-io-os-reform.md 9 comments rust