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
How do I change a function's qualifiers via conditional compilation?
Nov 09, 2021
rust
conditional-compilation
How to find next smaller key in BTreeMap/BTreeSet?
Oct 27, 2020
rust
b-tree
How do I fix the error "type annotations needed" when creating a closure that uses the try operator?
Sep 04, 2022
error-handling
rust
closures
type-inference
Why does a doubly-reversed iterator act as if it was never reversed?
Sep 14, 2022
rust
How does Vec<T> implement iter()?
Oct 24, 2022
rust
Is there a way to create a UdpSocket without bind() for just send_to()?
Sep 07, 2022
rust
Use trait from submodule with same name as struct
Sep 17, 2022
module
rust
traits
Why can't I take the reference of the result of try! with &?
Sep 04, 2018
rust
How to copy or borrow a reference to, an owned String inside an owned Vec?
Apr 20, 2022
rust
Passing a Rust variable to a C function that expects to be able to modify it
Oct 29, 2022
c
rust
ffi
How do I add references to a container when the borrowed values are created after the container?
Mar 19, 2021
rust
borrow-checker
Why does "can't leak private type" only apply to structs and not enums?
Sep 13, 2022
struct
enums
rust
private-members
Is there a way to match two enum variants and also bind the matched variant to a variable?
Mar 02, 2021
rust
Creating environment for closure in a macro in Rust
Oct 23, 2022
rust
rust-macros
What does an @ symbol mean in a Rust declarative macro?
Oct 30, 2022
syntax
rust
rust-macros
rust-decl-macros
How do I convert a SystemTime to ISO 8601 in Rust?
Oct 31, 2022
rust
datetime-format
iso8601
Rust lifetime error expected concrete lifetime but found bound lifetime
Aug 29, 2017
reference
rust
lifetime
Is &[T] literally an alias of Slice in rust?
Oct 21, 2022
rust
Does Rust have an equivalent to Python's unichr() function?
Sep 25, 2018
rust
Passing mutable self reference to method of owned object
Mar 25, 2022
rust
borrow-checker
« Newer Entries
Older Entries »