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
Rust seems to allocate the same space in memory for an array of booleans as an array of 8 bit integers
Aug 20, 2022
rust
How do I share a struct containing a phantom pointer among threads?
Oct 22, 2021
generics
rust
thread-safety
phantom-types
Drop-in compiler replacement can't find std crate
Oct 31, 2021
rust
rust-cargo
How to use a crate only for a given platform?
Apr 24, 2022
rust
rust-cargo
How does the Rust compiler know when to invoke drop when ownership may be moved during runtime? [duplicate]
Mar 08, 2020
rust
release
ownership
Why does joining paths completely replace the original path in Rust?
Oct 17, 2021
rust
filepath
How to include the file path in an IO error in Rust?
Jun 23, 2022
error-handling
rust
Why can borrowed string literal outlive its owner by faking a lifetime?
Mar 14, 2022
rust
lifetime
borrow-checker
borrowing
How to redirect stderr from inside the process in Rust?
Aug 26, 2022
rust
pipe
stderr
How do I tell the compiler that my function terminates the program like process::exit()?
Sep 18, 2022
rust
pattern-matching
Rust: Can't import 1 module from 2 files
Apr 06, 2022
module
rust
How to access the BufReader twice?
May 07, 2022
loops
rust
iterator
How do I convert a chrono `DateTime<Local>` instance to `DateTime<Utc>`?
Jul 09, 2022
time
rust
Does struct field declaration order matter in Rust?
Oct 28, 2022
c
memory
struct
rust
How to parse Rust code without using procedural macros?
Oct 26, 2022
parsing
rust
Trying to apply polymorphism with Box<_> has the error "cannot move a value ... the size cannot be statically determined"
Feb 03, 2021
rust
In Rust, is there a way to directly read the content of a file into the given uninitialized byte array?
Jul 18, 2022
rust
Cannot borrow `*self` as mutable more than once at a time when returning a Result containing a reference
Jun 24, 2022
rust
borrow-checker
Is there a way to hint to the compiler to use some kind of default generic type when using Option::None?
Aug 18, 2022
generics
rust
traits
option
option-type
Using associated constant in a default trait implementation
Mar 17, 2022
rust
constants
traits
« Newer Entries
Older Entries »