m4b
m4b
In process of testing #107 i discovered e.g.: ```rust #[derive(Debug, Pread)] struct Data12 tests/tests.rs:273:17 | 273 | #[derive(Debug, Pread)] | ^^^^^ expected `:` | = note: this error originates in...
``` error: implicit autoref creates a reference to the dereference of a raw pointer --> src/elf/dynamic.rs:788:5 | 570 | let lib = &(*strtab)[dynamic.d_val as usize]; | ------ this raw pointer...
I was directed to create an issue when compiling a particular example in `iced_anim` (the other examples I was build and trying out did not panic fwiw). Simple repro (assumes...
I don't know if this is the right repo to post an issue, but, was playing around with hermit, copied the the simple http_server demo to a rust template, did...
See initial discussion in https://github.com/m4b/scroll/issues/108#issuecomment-3217055258 We may want to change behavior of DelimiterUntil, but probably more likely we'd add a ctx with this behavior. Here are the only uses of...