msrd0

Results 93 issues of msrd0

Many cargo subcommands implement a `--locked` flag intended to be used in CI to verify that e.g. the content of the `Cargo.lock` file matches that of the `Cargo.toml` file. Since...

In the example code [here](https://gitlab.com/msrd0/gotham-restful/blob/92410ddd5b241c5eed0bfbb91c10bd7bb7c2c865/README.md#usage) there is a leading sharp in the first line that shouldn't be there. In the generated rustdoc it's not present. ### Wrong Behaviour The sharp...

`format_ident!` seems to support the new capturing format strings introduced in Rust 1.58 on first glance. However, `format_ident!("{name}")` with a captured variable `name: Ident` produces an `Ident` with `Span::call_site()`, whereas...

I want to connect an SPI display to my STM32L476 nucleo board, which does not return any data, so the STM32 chip will never have to read any data. Therefore,...

I'm trying to deserialize `Option` from inside a custom deserialize implementation that calls `deserialize_map` and then `next_key`/`next_value` with all type info available. Nevertheless, it ends up calling `deserialize_any` instead of...

This removes an unneccessary dependency on time 0.1

This was proposed by @djc to fix #708 - but just blindly taking references does not seem to work