- Concurrent multiple mutable access into an array https://doc.rust-lang.org/std/primitive.slice.html#method.split_at_mut 32 comments rust
- Can't return mutable reference from FnMut closure https://doc.rust-lang.org/std/primitive.slice.html#method.split_at_mut 3 comments rust
- slice align_to - why it is unsafe https://doc.rust-lang.org/std/primitive.slice.html#method.align_to 8 comments rust
- Transmuting a single &mut self to two &mut self's through &self https://doc.rust-lang.org/std/primitive.slice.html#method.split_at_mut 20 comments rust
Linking pages
- How much does Rust's bounds checking actually cost? https://blog.readyset.io/bounds-checks/ 376 comments
- Where Rust Really Shines - In Pursuit of Laziness http://manishearth.github.io/blog/2015/05/03/where-rust-really-shines/ 215 comments
- GitHub - dtolnay/rust-faq: Frequently Asked Questions · The Rust Programming Language https://github.com/dtolnay/rust-faq#why-doesnt-rust-have-increment-and-decrement-operators 144 comments
- rust/RELEASES.md at stable · rust-lang/rust · GitHub https://github.com/rust-lang/rust/blob/stable/RELEASES.md 141 comments
- rust/RELEASES.md at master · rust-lang/rust · GitHub https://github.com/rust-lang/rust/blob/master/RELEASES.md 119 comments
- Rust vs Common C++ Bugs – Geo's Notepad – Mostly Programming and Math https://geo-ant.github.io/blog/2022/common-cpp-errors-vs-rust/ 100 comments
- How hard could it be? Sorting words alphabetically in Rust https://sts10.github.io/2023/01/29/sorting-words-alphabetically-rust.html 81 comments
- Divan: Fast and Simple Benchmarking for Rust · Nikolai Vazquez https://nikolaivazquez.com/blog/divan/ 74 comments
- bkernel: a Rust Operating System http://www.alexeyshmalko.com/2015/bkernel-a-rust-operating-system/ 55 comments
- A Formal Verification of Rust's Binary Search Implementation https://kha.github.io/2016/07/22/formally-verifying-rusts-binary-search.html 43 comments
- Fast(er) binary search in Rust · bazhenov.me https://www.bazhenov.me/posts/faster-binary-search-in-rust/ 40 comments
- Cyanide - Improve an algorithm performance step by step https://blog.mapotofu.org/blogs/rabitq-bench/ 40 comments
- My Year With Rust: The Good, The Bad, The Ugly | BreakBuildGames https://breakbuild.dev/blog/my-year-with-rust/ 31 comments
- How fast can you count to 16 in Rust? · bazhenov.me https://www.bazhenov.me/posts/counting-to-16-in-rust/ 29 comments
- GitHub - emilk/drop-merge-sort: A novel adaptive sorting algorithm https://github.com/emilk/drop-merge-sort 28 comments
- Implementing ArrayVec Using Const Generics · Michael-F-Bryan http://adventures.michaelfbryan.com/posts/const-arrayvec/ 28 comments
- Fast and Simple Rust Interner https://matklad.github.io/2020/03/22/fast-simple-rust-interner.html 28 comments
- Making a Game in 48 hours with Rust and WebAssembly https://ianjk.com/rust-gamejam/ 27 comments
- Baby Steps http://smallcultfollowing.com/babysteps/blog/2018/09/02/rust-pattern-iterating-an-over-a-rc-vec-t/ 20 comments
- GitHub - Kerollmops/slice-group-by: An implementation of the `group_by` Haskell function for slice and strings https://github.com/kerollmops/slice-group-by 15 comments
Would you like to stay up to date with Rust? Checkout Rust
Weekly.
Related searches:
Search whole site: site:doc.rust-lang.org
Search title: slice - Rust
See how to search.