Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Peter Hall
Peter Hall has asked
51
questions and find answers to
391
problems.
Stats
11.4k
EtPoint
3.8k
Vote count
51
questions
391
answers
About
Peter Hall questions
How can I avoid passing the scheduler through my business logic, when writing tests for RXJS observables?
How to borrow the T from a RefCell<T> as a reference?
Is there a way to avoid repetition of generic type parameters when one type could be inferred from the other?
Trying to get Gloss Graphics library working
How can I express a trait bound on a type parameter for another generic type's trait bound?
Does Rust have an equivalent to Haskell's `sequence` function?
How can I write these functions to be independent of choice of type: Int vs Integer
Why are functions like memchr bound to C implementations rather than being written in pure Rust?
Is there a way to obtain elided lifetime parameters from the Rust compiler?
Why can't the Option.expect() message be downcast as a &'static str when a panic is handled with catch_unwind?
Peter Hall answers
Why mutable reference on `const` is not an error?
Is it possible to create a self-referential struct on the stack instead of the heap using Pin?
What is the idiomatic way in Rust to store a collection of objects to be used as Piston textures or sprites?
Rust: expected type, found opaque type
Understanding dependent lifetimes
Can I avoid using explicit lifetime specifiers and instead use reference counting (Rc)?
Get the containing folder of a file
How can I get bit value at positioned index in Rust?
Is there some sort of sequence in which the compiler operates?
Is there any use for `str` in Rust?