Erik Hennig
Erik Hennig
I added a small feature: I tried to add multiple examples to a single struct field but found it quite cumbersome. I had to create a new function for every...
I just stumbled over this issue: The `Iter` type created by `into_iter()` etc. is not `Send`/`Sync` which makes it hard to use with `async` code. I think it should be...
Noticed this small documentation error while trying to write my configuration
Thanks for this crate! I tried to find the size of my PSRAM by simply allocating large amounts of data with a `Vec` and stumbled upon an integer overflow: When...
I read in another issue (#123) that integration tests are automatically excluded from coverage reports while unit tests are not (so far). This lead to a situation that had me...