Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in rust
error[E0463]: can't find crate for `core` | = note: the `wasm32-unknown-unknown` target may not be installed [NEAR Protocol]
Sep 14, 2022
rust
smartcontracts
nearprotocol
How can I reliably clean up Rust threads performing blocking IO?
Nov 12, 2022
multithreading
rust
blocking
channel
What is the optimal way to convert a `usize` to a `&str`?
Apr 23, 2022
rust
Why can the Rust compiler not optimize away the Err arm of Box::downcast?
Dec 01, 2021
assembly
optimization
rust
compiler-optimization
llvm-codegen
How to unit-test a deserialization function used in serde(deserialize_with)?
Oct 01, 2021
unit-testing
rust
serde
Is it better to specify trait bound on the impl block or on the method?
Mar 31, 2022
rust
traits
How to safely get an immutable byte slice from a `&mut [u32]`?
Oct 25, 2021
rust
unsafe
What is the difference between matching a mutable Option reference in "if let Some(ref mut x) = option" and in "if let Some(x) = option.as_mut()"?
Jan 14, 2022
rust
reference
mutable
Box<Any> downcast return None in dylib module
Jul 13, 2021
rust
Why don't I get performance improvement by using get_unchecked()?
Aug 15, 2021
performance
assembly
optimization
rust
Optionally skip serializing a field with Serde?
Sep 11, 2022
rust
serde
How can I modify self in a closure called from a member function?
Dec 29, 2020
rust
closures
borrow-checker
mutability
Return lazy iterator that depends on data allocated within the function
Aug 13, 2018
iterator
rust
heap-memory
allocation
lifetime
Is it possible to limit the number of iterations that Criterion performs?
Sep 16, 2022
rust
rust-criterion
How can I use the default implementation of a trait method instead of the type's custom implementation?
Jan 10, 2019
rust
traits
Why is a Cell used to create unmovable objects?
Aug 21, 2022
rust
Does Rust automatically dereference primitive type references?
Sep 15, 2022
rust
Why can associated constants not depend on type parameters?
Apr 14, 2022
rust
Mysterious borrow scope extension
Dec 17, 2019
rust
Add value of a method to serde serialization output
Sep 06, 2022
rust
« Newer Entries
Older Entries »