What's the use case for a library integ test as opposed to a unit test?
|
|
2
|
136
|
June 13, 2025
|
Debug-via-print pattern on axum
|
|
1
|
55
|
June 13, 2025
|
Basic analysis of the module tree access
|
|
6
|
105
|
June 13, 2025
|
Using gtk-rs, how do I highlight the entire single line edit?
|
|
10
|
224
|
June 13, 2025
|
ABI of a ZST in function argument position?
|
|
2
|
132
|
June 13, 2025
|
Why is the mutable reference copied?
|
|
7
|
151
|
June 13, 2025
|
Can the compiler reorder code around my log with timestamps?
|
|
7
|
213
|
June 13, 2025
|
`Pin<Rc<T>>` vs `Rc<Pin<T>>`
|
|
9
|
228
|
June 13, 2025
|
Simple async HTTP server (for OAuth2)
|
|
7
|
94
|
June 13, 2025
|
Panic handler in no_std for Aurix µC
|
|
4
|
84
|
June 13, 2025
|
Serializing special objects to a custom serialization format with serde
|
|
1
|
53
|
June 13, 2025
|
[Showcase] mal-cli – A terminal UI for MyAnimeList (my first project in rust)
|
|
0
|
31
|
June 13, 2025
|
Return reference with lifetime bound to a struct's field instead to the struct's
|
|
4
|
66
|
June 13, 2025
|
Is possible do macros with function tracking?
|
|
18
|
423
|
June 12, 2025
|
`struct` from an `enum`?
|
|
3
|
139
|
June 12, 2025
|
What's everyone working on this week (24/2025)?
|
|
3
|
136
|
June 12, 2025
|
`wasmtime` preemption
|
|
1
|
74
|
June 12, 2025
|
Review of a Programming Language
|
|
11
|
404
|
June 12, 2025
|
Build Scripts: Selecting files which will be built?
|
|
2
|
69
|
June 12, 2025
|
Is it even possible to implement `Deref` that dereferences to a type with a lifetime?
|
|
4
|
108
|
June 12, 2025
|
Why leaning C before Rust is not necessary
|
|
23
|
563
|
June 12, 2025
|
Rust-analyzer dimming #[cfg(not(test))]
|
|
3
|
100
|
June 12, 2025
|
Macro_rules! for generating const-generic parameters
|
|
1
|
62
|
June 12, 2025
|
Transmuting `Box`es of `#[repr(transparent)]` slice-like DSTs
|
|
2
|
74
|
June 12, 2025
|
Code patterns for working with async in cross-platform wasm & native context
|
|
2
|
80
|
June 12, 2025
|
Why does it require double casting
|
|
7
|
159
|
June 12, 2025
|
Bon with Newtype Pattern
|
|
3
|
136
|
June 12, 2025
|
Inline assembly noreturn clobber
|
|
7
|
122
|
June 12, 2025
|
Why does it install another 1.87.0 when the stable(1.87.0) toolchain is already installed?
|
|
3
|
163
|
June 12, 2025
|
Release code slower than debug when using rayon
|
|
5
|
179
|
June 12, 2025
|